#include <DeclareEnum.h>
Definition at line 37 of file DeclareEnum.h.
◆ PEnum() [1/2]
◆ PEnum() [2/2]
dyno::PEnum::PEnum |
( |
std::string | enum_name, |
|
|
int | val, |
|
|
const std::string | enum_str ) |
|
inline |
◆ currentKey()
int dyno::PEnum::currentKey |
( |
| ) |
|
|
inline |
◆ currentString()
std::string dyno::PEnum::currentString |
( |
| ) |
|
|
inline |
◆ enumMap()
◆ operator!=()
bool dyno::PEnum::operator!= |
( |
const int | val | ) |
const |
|
inline |
◆ operator==()
bool dyno::PEnum::operator== |
( |
const int | val | ) |
const |
|
inline |
◆ setCurrentKey()
void dyno::PEnum::setCurrentKey |
( |
int | index | ) |
|
◆ m_enum_map
◆ m_enum_name
std::string dyno::PEnum::m_enum_name |
|
private |
◆ m_enum_value
int dyno::PEnum::m_enum_value |
|
private |
The documentation for this class was generated from the following files: