| Variables | Description |
|---|---|
| int left_bound, right_bound | Left and right value of the enumeration type. Corresponds to the ``left'' respectively ``right'' VHDL attributes. |
| int lengtt | Number of enumeration items. |
| const char **values | Stores the string representation of the enumeration items. |