NSResetMapTable
Deletes the elements of the specified map table.
指定されたマップテーブルの要素を削除します。
Availability 有効性
Technology
void NSFreeMapTable(NSMapTable
*table);
table
A reference to a map table structure. マップテーブル構造体への参照。
Releases each key and value of the specified map table and frees the table itself. 指定されたマップテーブルの各キーと値を解除して、テーブルそれ自体を解放します。
NSResetMapTable