NSFreeHashTable
Deletes the specified hash table.
指定されたハッシュテーブルを削除します。
Availability 有効性
Technology
void NSResetHashTable(NSHashTable
*table);
Releases each element but doesn’t deallocate table
. This function is useful for preserving the capacity of table
.
各要素を解放します、しかしtable
をデアロケートしません。この関数は、table
の収容能力を保全するのに役立ちます。
NSFreeHashTable