NSHashTableStrongMemory
Equal to
NSPointerFunctionsStrongMemory
.
NSPointerFunctionsStrongMemory
に等しいです。
NSHashTableZeroingWeakMemory
This option has been deprecated. Instead use the
NSHashTableWeakMemory
option. Equal to NSPointerFunctionsZeroingWeakMemory
.
このオプションは推奨されません。代わりにNSHashTableWeakMemory
オプションを使ってください。NSPointerFunctionsZeroingWeakMemory
に等しいです。
NSHashTableCopyIn
Equal to
NSPointerFunctionsCopyIn
.
NSPointerFunctionsCopyIn
に等しいです。
NSHashTableWeakMemory
Equal to
NSPointerFunctionsWeakMemory
. Uses weak read and write barriers appropriate for ARC or GC. Using NSPointerFunctionsWeakMemory
object references will turn to NULL
on last release.
NSPointerFunctionsWeakMemory
に等しいです。ARCまたはGCに適切な弱い読み出しおよび書き込み防壁を使ってください。NSPointerFunctionsWeakMemory
オブジェクト参照を使うことは、最後のリリースでNULL
に変わります。