Class
GSCFIndexToCFIndexMap
Uses a C++ std::map collection internally.
Declaration
class GSCFIndexToCFIndexMapDeclaration
@interface GSCFIndexToCFIndexMap : NSObjectDeclaration
class GSCFIndexToCFIndexMap(NSObject)Topics
Instance Properties
Instance Methods
Since std::map always stores keys in sorted order, they will be enumerated in sorted order as well.
Relationships
Inherits From
NSObject
Conforms To
Foundation.NSCodingNSSecureCodingObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.Hashable
Relationships
Inherits From
NSObject
Conforms To
NSSecureCoding