plptools
Loading...
Searching...
No Matches
EnumBase Class Reference

the Base for the Enum template. More...

#include <Enum.h>

Inheritance diagram for EnumBase:

Classes

class  i2sMapper
 maps integers (typically: enumeration values) to Strings. More...
 

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.

Author
Henner Zeller

Definition at line 39 of file Enum.h.


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