RMF
|
A strong enum with an associated string name for each value. More...
#include <RMF/Enum.h>
Public Types | |
typedef TagT | Tag |
Public Member Functions | |
Enum (int i) | |
Enum (bool, int i) | |
Enum (std::string name) | |
Enum (int i, std::string name) | |
A general purpose Enum that has associated names and is type checked in python.