Function
関数
objc_getAssociatedObject
Returns the value associated with a given object for a given key.
与えられたキーに対してある与えられたオブジェクトと結び付けられた値を返します。
Technology
- Objective-C Runtime
Objective-Cランタイム
Declaration
宣言
id objc_getAssociatedObject(id object, const void *key);
Parameters
パラメータ
object
The source object for the association.
この関連に対するソースオブジェクト。
key
The key for the association.
この関連に対するキー。
Return Value
戻り値
The value associated with the key key
for object
.
See Also
参照
Associative References
関連参照
objc_setAssociatedObject
Sets an associated value for a given object using a given key and association policy.
与えられたオブジェクトに対する関連値をある与えられたキーと関連ポリシーを使って設定します。