The following is a list of enum, union, and integer type definitions currently used in Tina. They are used throught the code to specify the types and meanings of varoius structures and substructures.
Integer type definitions fall into the following categories which are grouped in terms of their numeric values
Note that the NULL type 0 is not used explicitly. This allows the type NULL to be used both as a catch all and in situations where it is thought unnecessary to specify the type of the elements.