Samond Classes Library 1.2.6-STABLE build 219
|
Library types header file. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Standard Data Types | |
typedef Class | SCClass |
typedef char * | SCCharString |
typedef SEL | SCSelector |
typedef id | SCID |
typedef bool | SCBool |
typedef unsigned char | SCUChar |
typedef uint32_t | SCUInteger |
typedef unsigned long | SCUnsignedLong |
typedef NSNull | SCNull |
typedef uint64_t | SCULong |
typedef uint16_t | SCUShort |
typedef NSURL | SCURL |
typedef NSValue | SCValue |
typedef int8_t | SCByte |
typedef char | SCChar |
typedef double | SCDouble |
typedef NSDate | SCDate |
typedef float | SCFloat |
typedef int32_t | SCInteger |
typedef long | SCSignedLong |
typedef NSDecimalNumber | SCDecimal |
typedef NSNumber | SCNumber |
typedef int64_t | SCLong |
typedef const char * | SCConstString |
typedef int16_t | SCShort |
typedef NSString | SCString |
typedef void | SCVoid |
typedef uint8_t | SCUByte |
Specialized Data Types | |
typedef size_t | SCSize |
Other Data Type | |
enum | SCCapacity { SCByteCapacity = 8, SCWordCapacity = 16, SCIntCapacity = 32, SCLongCapacity = 64 } |
enum | SCIntegerBase { SCBinaryBase = 2, SCOctalBase = 8, SCDecimalBase = 10, SCHexadecimalBase = 16 } |
Library types header file.
Declares the library data types, which are using in other library units.
typedef bool SCBool |
Boolean type
typedef int8_t SCByte |
Signed 8-bit integer data type
typedef char SCChar |
Signed char type
typedef char* SCCharString |
Character string
typedef Class SCClass |
Class type
typedef const char* SCConstString |
Constant character string
typedef NSDate SCDate |
Date type
typedef NSDecimalNumber SCDecimal |
Decimal number object type
typedef double SCDouble |
Double data type
typedef float SCFloat |
Float data type
typedef id SCID |
Object type
typedef int32_t SCInteger |
Signed 32-bit integer data type
typedef int64_t SCLong |
Signed 64-bit integer data type
typedef NSNull SCNull |
Null object type
typedef NSNumber SCNumber |
Number object type
typedef SEL SCSelector |
Class method selector
typedef int16_t SCShort |
Signed 16-bit integer data type
typedef long SCSignedLong |
Signed long integer type
typedef size_t SCSize |
Unsigned object size data type
typedef NSString SCString |
String object type
typedef uint8_t SCUByte |
Unsigned 8-bit integer data type
typedef unsigned char SCUChar |
Unsigned character type
typedef uint32_t SCUInteger |
Unsigned 32-bit integer data type
typedef uint64_t SCULong |
Unsigned 64-bit integer data type
typedef unsigned long SCUnsignedLong |
Unsigned long integer data type
typedef NSURL SCURL |
URL object type
typedef uint16_t SCUShort |
Unsigned 16-bit integer data type
typedef NSValue SCValue |
Value object type
typedef void SCVoid |
Void type
enum SCArgumentType |
Declares a set of constants that indicate a call argument types
enum SCCapacity |
enum SCDataType |
Declares a list of data types that supported by Unified Data Type System
enum SCIntegerBase |