NSResetHashTable
Deletes the elements of the specified hash table.
指定されたハッシュテーブルの要素を削除します。
Availability 有効性
Technology
void NSFreeHashTable(NSHashTable
*table);
Releases each element of the specified hash table and frees the table itself. 指定されたハッシュテーブルの各要素を解除して、テーブルそれ自体を解放します。
NSResetHashTable