NSCreateMapTableWithZone
Creates a new map table in the specified zone.
新しいマップテーブルを、指定されたゾーンの中に作成します。
NSCreateMapTable
Creates a new map table in the default zone.
新しいマップテーブルを、省略時のゾーンの中に作成します。
NSMapTableValueCallBacks
The function pointers used to configure behavior of
NSMapTable
with respect to value elements within a map table.
マップテーブル内の値要素に関して、NSMapTable
の挙動を設定するのに使われる関数ポインタ。
NSMapTableKeyCallBacks
The function pointers used to configure behavior of
NSMapTable
with respect to key elements within a map table.
マップテーブル内のキー要素に関して、NSMapTable
の挙動を設定するのに使われる関数ポインタ。