Function 関数

NSResetMapTable

Deletes the elements of the specified map table. 指定されたマップテーブルの要素を削除します。

Declaration 宣言

void NSResetMapTable(NSMapTable *table);

Parameters パラメータ

table

A reference to a map table structure. マップテーブル構造体への参照。

Discussion 議論

Releases each key and value but doesn’t deallocate table. This method is useful for preserving the capacity of table. キーと値のそれぞれを解放します、しかしtableをデアロケートしません。このメソッドは、tableの収容能力を保全するのに役立ちます。

See Also 参照

Related Documentation 関連文書