Files | |
file | Collection+Protocol.h [code] |
Defines a protocol that adds collection methods for an Object. | |
file | Foundation.h [code] |
Foundation framework header. | |
file | JSON+Protocol.h [code] |
Defines a protocol that adds JSON methods for an Object. | |
file | NXArch.h [code] |
Architecture-related constants, types, and functions for Foundation. | |
file | NXArray.h [code] |
Defines an array class for storing ordered objects. | |
file | NXAutoreleasePool.h [code] |
Defines the NXAutoreleasePool class for managing autoreleased objects. | |
file | NXComparisonResult.h [code] |
Defines the NXComparisonResult enumeration used for comparison operations. | |
file | NXData.h [code] |
Defines a structure for storing binary data. | |
file | NXDate.h [code] |
Defines the NXDate class for date and time manipulation. | |
file | NXLog.h [code] |
Defines a logging function for printing formatted messages. | |
file | NXMap.h [code] |
Defines a map class for storing key-value pairs, where keys are strings. | |
file | NXNotFound.h [code] |
Constants for representing "not found" values. | |
file | NXNull.h [code] |
Defines a null value that can be inserted into collections. | |
file | NXNumber.h [code] |
Defines number-related functions and classes for the Foundation framework. | |
file | NXObject.h [code] |
Defines the NXObject class, the base class for the Foundation framework. | |
file | NXPoint.h [code] |
2D point type and operations. | |
file | NXString.h [code] |
Defines the NXString class, which provides string manipulation functionality. | |
file | NXThread.h [code] |
Defines the NXThread class for thread management. | |
file | NXTimeInterval.h [code] |
Time interval type and constants for duration measurements. | |
file | NXZone.h [code] |
Defines the NXZone class for memory management. | |
file | Object+Description.h [code] |
Adds a description method to the Object class. | |
file | Retain+Protocol.h [code] |