Structs§
Enums§
Constants§
- MAX_
VALUE_ CHAR - Maximum value representation for a char type.
- MAX_
VALUE_ DOUBLE - Maximum value representation for a double precision 64-bit floating point type.
- MAX_
VALUE_ FLOAT - Maximum value representation for a single precision 32-bit floating point type.
- MAX_
VALUE_ INT8 - Maximum value representation for a signed 8-bit type.
- MAX_
VALUE_ INT16 - Maximum value representation for a signed 16-bit type.
- MAX_
VALUE_ INT32 - Maximum value representation for a signed 32-bit type.
- MAX_
VALUE_ INT64 - Maximum value representation for a signed 64-bit type.
- MAX_
VALUE_ UINT8 - Maximum value representation for an unsigned 8-bit type.
- MAX_
VALUE_ UINT16 - Maximum value representation for an unsigned 16-bit type.
- MAX_
VALUE_ UINT32 - Maximum value representation for an unsigned 32-bit type.
- MAX_
VALUE_ UINT64 - Maximum value representation for an unsigned 64-bit type.
- MIN_
VALUE_ CHAR - Minimum value representation for a char type.
- MIN_
VALUE_ DOUBLE - Minimum value representation for a double precision 64-bit floating point type.
- MIN_
VALUE_ FLOAT - Maximum value representation for a single precision 32-bit floating point type.
- MIN_
VALUE_ INT8 - Minimum value representation for a signed 8-bit type.
- MIN_
VALUE_ INT16 - Minimum value representation for a signed 16-bit type.
- MIN_
VALUE_ INT32 - Minimum value representation for a signed 32-bit type.
- MIN_
VALUE_ INT64 - Minimum value representation for a signed 64-bit type.
- MIN_
VALUE_ UINT8 - Minimum value representation for an unsigned 8-bit type.
- MIN_
VALUE_ UINT16 - Minimum value representation for an unsigned 16-bit type.
- MIN_
VALUE_ UINT32 - Minimum value representation for an unsigned 32-bit type.
- MIN_
VALUE_ UINT64 - Minimum value representation for an unsigned 64-bit type.
- NULL_
VALUE_ CHAR - Null value representation for a char type.
- NULL_
VALUE_ DOUBLE - Null value representation for a double precision 64-bit floating point type.
- NULL_
VALUE_ FLOAT - Null value representation for a single precision 32-bit floating point type.
- NULL_
VALUE_ INT8 - Null value representation for a signed 8-bit type.
- NULL_
VALUE_ INT16 - Null value representation for a signed 16-bit type.
- NULL_
VALUE_ INT32 - Null value representation for a signed 32-bit type.
- NULL_
VALUE_ INT64 - Null value representation for a signed 64-bit type.
- NULL_
VALUE_ UINT8 - Null value representation for an unsigned 8-bit type.
- NULL_
VALUE_ UINT16 - Null value representation for an unsigned 16-bit type.
- NULL_
VALUE_ UINT32 - Null value representation for an unsigned 32-bit type.
- NULL_
VALUE_ UINT64 - Null value representation for an unsigned 64-bit type.