Belle II Software
release-08-01-10
|
Public Member Functions | |
int | getId () const |
const char * | getLabel () const |
const std::string & | getLabelString () const |
bool | operator== (const Enum &e) const |
bool | operator!= (const Enum &e) const |
bool | operator== (const std::string &label) const |
bool | operator!= (const std::string &label) const |
Static Public Attributes | |
static const Enum | UNKNOWN |
Protected Member Functions | |
Enum (int id, const std::string &label) | |
Private Attributes | |
int | m_id |
std::string | m_label |