struct Enum Enum
Structure that defines the enumeration type.
Structure that contains an item of the enumeration.
Definition: enum.h:20
int id
The unique identifier of the value.
Definition: enum.h:22
char * str
The name of this item of the enumeration.
Definition: enum.h:24
Structure that defines the enumeration type.
Definition: enum.h:30
struct EnumType EnumType
Structure that contains an item of the enumeration.
Contains the definition of the vectors (dynamic & generic arrays)
#define Vector(t)
Define a dynamic and generic array.
Definition: vector.h:20
void freeEnum(Enum *enu, int freeItself)
Free the Enum.
Definition: enum.c:16
void freeEnumType(EnumType *enuty, int freeItself)
Free the EnumType.
Definition: enum.c:10