Global Variable グローバル変数

NSHashTableZeroingWeakMemory

This option has been deprecated. Instead use the NSHashTableWeakMemory option. Equal to NSPointerFunctionsZeroingWeakMemory. このオプションは推奨されません。代わりにNSHashTableWeakMemoryオプションを使ってください。NSPointerFunctionsZeroingWeakMemoryに等しいです。

Declaration 宣言

const NSPointerFunctionsOptions NSHashTableZeroingWeakMemory;

Discussion 議論

Note that NSHashTableWeakMemory is not entirely equivalent to and compatible with the previous option's behavior: objects must be weak-reference-safe under manual and automatic reference counting; not all objects are. NSHashTableWeakMemoryは、以前のオプションのもつ挙動とまったく等しくそして互換性があるのではないことに注意してください:オブジェクトは、手動および自動参照カウントのもとで「弱い参照で安全」でなければなりません;全てのオブジェクトがそうではありません。