class EnumBase

the Base for the Enum template. More...

Definition#include <lib/Enum.h>
Inherited byEnum
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Protected Types


Detailed Description

the Base for the Enum template. currently, only purpose is to provide a class type for mapping integer enum values to strings in the Enumeration class. The mapping is done basically with a STL-multimap.

i2sMapper (class)

[protected]

maps integers (typically: enumeration values) to Strings. Takes care of the fact, that an Integer may map to multiple strings (sometimes multiple enumeration values represent the same integer).

Provides a means to get the string representation of an integer and vice versa.