#include <defines.h>
Data Fields | |
| uint8 | all |
| struct { | |
| uint8 type:2 | |
| uint8 data_type:2 | |
| uint8 owns_data:1 | |
| uint8 is_signed:1 | |
| uint8 is_2state:1 | |
| uint8 set:1 | |
| } | part |
|
|
Allows us to set all bits in the suppl field |
|
|
Specifies what the size/type of a single value entry is |
|
|
Specifies that this vector should be treated as a 2-state value |
|
|
Specifies that this vector should be treated as a signed value |
|
|
Specifies if this vector owns its data array or not |
|
|
|
|
|
Specifies if this vector's data has been set previously |
|
|
Specifies what type of information is stored in this vector (see Vector Types for legal values) |
1.3.4