|
plptools
|
the Base for the Enum template. More...
#include <Enum.h>

Classes | |
| class | i2sMapper |
| maps integers (typically: enumeration values) to Strings. More... | |
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.