Typedefs | |
| typedef int8_t | int8 |
| typedef int16_t | int16 |
| typedef int32_t | int32 |
| typedef int64_t | int64 |
| typedef uint8_t | uint8 |
| typedef uint16_t | uint16 |
| typedef uint32_t | uint32 |
| typedef uint64_t | uint64 |
| typedef int64 | bigtime_t |
Enumerations | |
| enum | ZType |
int8 is a signed 8 bit integer.
int16 is a signed 16 bit integer.
int32 is a signed 32 bit integer.
int64 is a signed 64 bit integer.
uint8 is an unsigned 8 bit integer.
uint16 is an unsigned 16 bit integer.
uint32 is an unsigned 32 bit integer.
uint64 is an unsigned 64 bit integer.
bigtime_t is a type from BeOS that's used to represent microsecond-resolution times on all platforms.
| enum ZType |
ZType is a numeric representation of a range of basic types, used most commonly in ZTuple and ZTupleValue.
1.4.7