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