NSResetMapTable(_:)
Deletes the elements of the specified map table.
Declaration
func NSResetMapTable(_ table: NSMapTable<AnyObject, AnyObject>)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.
See Also
Related Documentation
Functions
NSAllMapTableKeys(_:)NSAllMapTableValues(_:)NSCompareMapTables(_:_:)NSCopyMapTableWithZone(_:_:)NSCountMapTable(_:)NSCreateMapTable(_:_:_:)NSCreateMapTableWithZone(_:_:_:_:)NSEndMapTableEnumeration(_:)NSEnumerateMapTable(_:)NSFreeMapTable(_:)NSMapGet(_:_:)NSMapInsert(_:_:_:)NSMapInsertIfAbsent(_:_:_:)NSMapInsertKnownAbsent(_:_:_:)NSMapMember(_:_:_:_:)