NSAllMapTableKeys(_:)
Returns all of the keys in the specified map table.
Declaration
func NSAllMapTableKeys(_ table: NSMapTable<AnyObject, AnyObject>) -> [Any]Return Value
An array object containing all the keys in table. This function should be called only when table keys are objects, not when they’re any other type of pointer.
See Also
Related Documentation
NSNextMapEnumeratorPair(_:_:_:)NSMapMember(_:_:_:_:)NSAllMapTableValues(_:)NSMapGet(_:_:)NSEnumerateMapTable(_:)
Functions
NSAllMapTableValues(_:)NSCompareMapTables(_:_:)NSCopyMapTableWithZone(_:_:)NSCountMapTable(_:)NSCreateMapTable(_:_:_:)NSCreateMapTableWithZone(_:_:_:_:)NSEndMapTableEnumeration(_:)NSEnumerateMapTable(_:)NSFreeMapTable(_:)NSMapGet(_:_:)NSMapInsert(_:_:_:)NSMapInsertIfAbsent(_:_:_:)NSMapInsertKnownAbsent(_:_:_:)NSMapMember(_:_:_:_:)NSMapRemove(_:_:)