describe
Points to the function that produces an autoreleased NSString * describing the given element. If
NULL
, then the map table produces a generic string description.
与えられた要素を記述するオートリリースされるNSString * を生成する関数を指し示します。NULL
ならば、そのときマップテーブルは一般的文字列表現を生成します。
release
Points to the function that decrements a reference count for the given element, and if the reference count becomes zero, frees the given element. If
NULL
, then nothing is done for reference counting or releasing.
与えられた要素に対する参照カウントを漸減する関数を指します、そして参照カウントがゼロになるならば、与えられた要素を自由にします。NULL
ならば、そのとき参照のカウントや解放に対して何もなされません。
retain
Points to the function that increments a reference count for the given element. If
NULL
, then nothing is done for reference counting.
与えられた要素に対する参照カウントを漸増する関数を指し示します。NULL
ならば、そのとき参照カウントに対して何もなされません。