Object Struct Reference
Contains all the attributes and relations that compose an Object. More...
#include <object.h>
Public Member Functions | |
| Vector (Attribute) attributes | |
| Array of the attributes of the Object. Each attribute must be at the same index as its definition in the Model. | |
| Vector (Attribute) relations | |
| Array of the relations of the Object. Each relation must be at the same index as its definition in the Model. | |
Data Fields | |
| char * | name |
| The name of the Object. | |
| unsigned int | id |
| the unique identifier of the Object | |
Detailed Description
Contains all the attributes and relations that compose an Object.
The documentation for this struct was generated from the following file:
- types/object.h

1.8.11