object.h
Go to the documentation of this file.
void freeObject(Object *obj, int freeItself)
Free the Object previously initialized by initObject.
Definition: object.c:14
Contains the definition of the Attribute.
Contains the definition of the vectors (dynamic & generic arrays)
Vector(Attribute) attributes
Array of the attributes of the Object. Each attribute must be at the same index as its definition in ...