attribute-types.h
Go to the documentation of this file.
1 
10 #ifndef _ATTRIBUTE_TYPES_H_
11 #define _ATTRIBUTE_TYPES_H_
12 
17 typedef unsigned char attrType;
18 
20 #define TYPE_INT 1
21 
23 #define TYPE_ENUM 2
24 
26 #define TYPE_TREE 3
27 
29 #define TYPE_RELATION 4
30 
32 #define TYPE_NORELATION 5
33 
34 #endif // _ATTRIBUTE_TYPES_H_
unsigned char attrType
Stores the type of the attribute.
Definition: attribute-types.h:17