Public Types | |
typedef int32_t | base_type |
A type that represents an element of a base array. | |
typedef uint8_t | check_type |
A type that represents an element of a check array. | |
typedef int32_t | element_type |
A type that represents an element of a double array. | |
Static Public Member Functions | |
static const char * | chunk_id () |
The chunk ID. | |
static base_type | min_base () |
The minimum number of BASE values. | |
static base_type | max_base () |
The maximum number of BASE values. | |
static element_type | default_value () |
The default value of an element. | |
static base_type | get_base (const element_type &elem) |
Gets the BASE value of an element. | |
static check_type | get_check (const element_type &elem) |
Gets the CHECK value of an element. | |
static void | set_base (element_type &elem, base_type v) |
Sets the BASE value of an element. | |
static void | set_check (element_type &elem, check_type v) |
Sets the CHECK value of an element. |