I | |
| Infix [Unsigned.S] |
Infix names for the unsigned integer operations.
|
| Int [Signed] |
Signed integer type and operations.
|
| Int32 [Signed] |
Signed 32-bit integer type and operations.
|
| Int64 [Signed] |
Signed 64-bit integer type and operations.
|
L | |
| LLong [Signed] |
The signed long long integer type and operations.
|
| Long [Signed] |
The signed long integer type and operations.
|
S | |
| SInt [Signed] |
C's signed integer type and operations.
|
| Signed |
Types and operations for signed integers.
|
| Size_t [Unsigned] |
The size_t unsigned integer type and operations.
|
U | |
| UChar [Unsigned] |
Unsigned char type and operations.
|
| UInt [Unsigned] |
The unsigned int type and operations.
|
| UInt16 [Unsigned] |
Unsigned 16-bit integer type and operations.
|
| UInt32 [Unsigned] |
Unsigned 32-bit integer type and operations.
|
| UInt64 [Unsigned] |
Unsigned 64-bit integer type and operations.
|
| UInt8 [Unsigned] |
Unsigned 8-bit integer type and operations.
|
| ULLong [Unsigned] |
The unsigned long long integer type and operations.
|
| ULong [Unsigned] |
The unsigned long integer type and operations.
|
| UShort [Unsigned] |
The unsigned short integer type and operations.
|
| Unsigned |
Types and operations for unsigned integers.
|