Range Struct Reference

#include <veil_datatypes.h>

Collaboration diagram for Range:

Collaboration graph

Detailed Description

Subtype of Object for storing range values. A range has an upper and lower bound, both stored as int4s. Nulls are not allowed.

Definition at line 185 of file veil_datatypes.h.


Data Fields

ObjType type
int32 min
int32 max

Field Documentation

ObjType Range::type

This must have the value OBJ_RANGE

Definition at line 186 of file veil_datatypes.h.

Referenced by vl_NewRange().


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