next up previous contents
Next: HL_NodeMark Up: C Header Definitions Previous: HL_type

HL_DataType

This is an enumeration variable designed to identify the type of data in a given node. HL_DataType can be any of the following possible values:

DTYPE_UNDEFINED_ID=-1
HL_SIMPLE=0
HL_ARRAY=1
When new nodes are initiated, they contain HL_DataType=DTYPE_UNDEFINED.




2000-08-08