Int4Array Struct Reference

#include <veil_datatypes.h>

Collaboration diagram for Int4Array:

Collaboration graph

Detailed Description

Subtype of Object for storing arrays of integers.

Definition at line 264 of file veil_datatypes.h.


Data Fields

ObjType type
int32 arrayzero
int32 arraymax
int32 array [0]

Field Documentation

ObjType Int4Array::type

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().


The documentation for this struct was generated from the following files:
Generated on Tue Mar 11 10:08:39 2008 for Veil by  doxygen 1.5.4