#include <veil_datatypes.h>
Definition at line 264 of file veil_datatypes.h.
Data Fields | |
ObjType | type |
int32 | arrayzero |
int32 | arraymax |
int32 | array [0] |
This must have the value OBJ_INT4_ARRAY
Definition at line 265 of file veil_datatypes.h.
Referenced by GetInt4ArrayFromVar().
int32 Int4Array::arrayzero |
The index of array element zero: the index of the lowest numbered bitmap in the array
Definition at line 266 of file veil_datatypes.h.
Referenced by vl_Int4ArrayGet(), vl_Int4ArraySet(), and vl_NewInt4Array().
int32 Int4Array::arraymax |
The index of the lowest numbered bitmap in the array
Definition at line 269 of file veil_datatypes.h.
Referenced by vl_Int4ArrayGet(), vl_Int4ArraySet(), and vl_NewInt4Array().