ModelType Struct Reference
Structure that contains the type and the values of the attribute depending on type. More...
#include <model-type.h>
Collaboration diagram for ModelType:

Data Fields | |
| attrType | type |
| The type contained. | |
| union { | |
| Interval inter | |
| Contains the definition of the type if it is an interval. | |
| Enum enu | |
| Contains the definition of the type if it is an enumeration. | |
| Tree tree | |
| Contains the definition of the type if it is a tree. | |
| }; | |
| As model types can be of 3 different types, each is defined, the good one is selected via the type field. | |
Detailed Description
Structure that contains the type and the values of the attribute depending on type.
The documentation for this struct was generated from the following file:
- types/model-type.h

1.8.11