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