Instance Method インスタンスメソッド

initWithPointerFunctions:

Initializes the receiver to use the given functions. レシーバを初期化して、この与えられた関数を使うようにします。

Declaration 宣言

- (instancetype)initWithPointerFunctions:(NSPointerFunctions *)functions;

Parameters パラメータ

functions

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

Return Value 戻り値

The receiver, initialized to use the given functions. この与えられた関数を使うように初期化されたレシーバ。

See Also 参照

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