|
Protocol++® (Protocolpp®) v5.7.2
|
Static Public Member Functions | |
| static const std::string & | From (const EnumType e) |
| static const bool | To (EnumType &e, const std::string &str) |
| static EnumType | Convert (const std::string &str) |
| static int | size () |
| static EnumType | GetIdx (int index) |
Protected Types | |
| typedef std::map< std::string, EnumType > | AssocMap |
Static Protected Member Functions | |
| static void | RegisterEnumerator (const EnumType e, const std::string &eStr) |