model-type.h File Reference
Contains the definition of an ModelType. More...
Include dependency graph for model-type.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | ModelType |
Structure that contains the type and the values of the attribute depending on type. More... | |
Typedefs | |
typedef struct ModelType | ModelType |
Structure that contains the type and the values of the attribute depending on type. | |
Functions | |
void | freeModelType (ModelType *mt, int freeItself) |
Free the ModelType. More... | |
Detailed Description
Contains the definition of an ModelType.