Type Property 型プロパティ

objectPersonality

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

Declaration 宣言

static var objectPersonality: NSPointerFunctions.Options { get }

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 strongMemory then the NSPointerFunctions object uses retain and release. 特別な事例として、あなたがガベージコレクションを使わないそしてこの値をstrongMemoryと協力して指定するならば、そのときNSPointerFunctionsオブジェクトはretainreleaseを使います。

See Also 参照

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