Enumeration Case 列挙ケース

NSPointerFunctionsObjectPersonality

Use hash and isEqual methods for hashing and equality comparisons, use the description method for a description. hashisEqualメソッドをハッシュ化と等式に対して使います、descriptionメソッドを記述に対して使います。

Declaration 宣言

NSPointerFunctionsObjectPersonality = (0UL << 8)

Discussion 議論

This is the default personality value. これは省略時のパーソナリティ値です。

As a special case, if you do not use garbage collection and specify this value in conjunction with NSPointerFunctionsStrongMemory then the NSPointerFunctions object uses retain and release. 特別な事例として、あなたがガベージコレクションを使わないそしてこの値をNSPointerFunctionsStrongMemoryと協力して指定するならば、そのときNSPointerFunctionsオブジェクトはretainreleaseを使います。

See Also 参照

Personality Options パーソナリティオプション