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