EnumType Struct Reference

Structure that contains an item of the enumeration. More...

#include <enum.h>

Data Fields

int id
 The unique identifier of the value.
 
char * str
 The name of this item of the enumeration.
 

Detailed Description

Structure that contains an item of the enumeration.

Enumerations are arrays of EnumType, each of which contain an item of the enumeration, caracterized by a unique identifier and his name as a string


The documentation for this struct was generated from the following file: