Type Method 型メソッド

pointerFunctionsWithOptions:

Returns a new NSPointerFunctions object initialized with the given options. 新しいNSPointerFunctionsオブジェクトをこの与えられたオプションで初期化して返します。

Declaration 宣言

+ (NSPointerFunctions *)pointerFunctionsWithOptions:(NSPointerFunctionsOptions)options;

Parameters パラメータ

options オプション

The options for the new NSPointerFunctions object. 新しいNSPointerFunctionsオブジェクトに対するオプション。

Return Value 戻り値

A new NSPointerFunctions object initialized with the given options. 新しいNSPointerFunctionsオブジェクトをこの与えられたオプションで初期化します。

See Also 参照

Creating and Initializing an NSPointerFunctions Object NSPointerFunctionsオブジェクトを作成して初期化する