Type Method 型メソッド

pointerArrayWithPointerFunctions:

A new pointer array initialized to use the given functions. 新しいポインタ配列、この与えられた関数を使うように初期化されます。

Declaration 宣言

+ (NSPointerArray *)pointerArrayWithPointerFunctions:(NSPointerFunctions *)functions;

Parameters パラメータ

functions

The pointer functions for the new instance. 新しいインスタンスに対するポインタ関数。

Return Value 戻り値

A new pointer array initialized to use the given pointer functions. ある新しいポインタ配列、この与えられたポインタ関数を使うように初期化されます。

See Also 参照

Creating and Initializing a New Pointer Array 新しいポインタ配列を作成して初期化する