Belle II Software development
|
Public Member Functions | |
NSMCommand (const Enum &e) | |
NSMCommand (const NSMCommand &cmd) | |
NSMCommand (const char *label) | |
NSMCommand (const std::string &label) | |
NSMCommand (int id) | |
NSMCommand (int id, const char *label) | |
const NSMCommand & | operator= (const NSMCommand &command) |
Operator =. | |
const NSMCommand & | operator= (const std::string &label) |
const NSMCommand & | operator= (const char *label) |
const NSMCommand & | operator= (int id) |
int | getId () const |
const char * | getLabel () const |
const std::string & | getLabelString () const |
bool | operator== (const Enum &e) const |
bool | operator== (const std::string &label) const |
bool | operator!= (const Enum &e) const |
bool | operator!= (const std::string &label) const |
Static Public Attributes | |
static const NSMCommand | OK |
static const NSMCommand | STATE |
static const NSMCommand | ERROR |
static const NSMCommand | FATAL |
static const NSMCommand | LOG |
static const NSMCommand | LOGSET |
static const NSMCommand | LOGGET |
static const NSMCommand | VLISTGET |
static const NSMCommand | VLISTSET |
static const NSMCommand | VGET |
static const NSMCommand | VSET |
static const NSMCommand | VREPLY |
static const NSMCommand | DATAGET |
static const NSMCommand | DATASET |
static const NSMCommand | DBGET |
static const NSMCommand | DBSET |
static const NSMCommand | DBLISTGET |
static const NSMCommand | DBLISTSET |
static const NSMCommand | LOGLIST |
static const int | SUGGESTED = 2 |
static const int | ENABLED = 1 |
static const int | DISABLED = 0 |
static const Enum | UNKNOWN |
Private Attributes | |
int | m_id |
std::string | m_label |
Definition at line 19 of file NSMCommand.h.
|
inline |
Definition at line 50 of file NSMCommand.h.
|
inline |
Definition at line 51 of file NSMCommand.h.
|
inline |
Definition at line 52 of file NSMCommand.h.
|
inline |
Definition at line 53 of file NSMCommand.h.
|
inlineexplicit |
Definition at line 54 of file NSMCommand.h.
|
inlineexplicit |
Definition at line 55 of file NSMCommand.h.
|
inline |
Definition at line 56 of file NSMCommand.h.
|
inline |
Definition at line 59 of file NSMCommand.h.
|
inlineinherited |
|
inlineinherited |
const NSMCommand & operator= | ( | const char * | label | ) |
Definition at line 90 of file NSMCommand.cc.
const NSMCommand & operator= | ( | const NSMCommand & | command | ) |
Operator =.
Definition at line 32 of file NSMCommand.cc.
const NSMCommand & operator= | ( | const std::string & | label | ) |
Definition at line 38 of file NSMCommand.cc.
const NSMCommand & operator= | ( | int | id | ) |
Definition at line 64 of file NSMCommand.cc.
|
static |
Definition at line 36 of file NSMCommand.h.
|
static |
Definition at line 37 of file NSMCommand.h.
|
static |
Definition at line 38 of file NSMCommand.h.
|
static |
Definition at line 40 of file NSMCommand.h.
|
static |
Definition at line 41 of file NSMCommand.h.
|
static |
Definition at line 39 of file NSMCommand.h.
|
static |
Definition at line 47 of file NSMCommand.h.
|
static |
Definition at line 46 of file NSMCommand.h.
|
static |
Definition at line 24 of file NSMCommand.h.
|
static |
Definition at line 25 of file NSMCommand.h.
|
static |
Definition at line 26 of file NSMCommand.h.
|
static |
Definition at line 28 of file NSMCommand.h.
|
static |
Definition at line 42 of file NSMCommand.h.
|
static |
Definition at line 27 of file NSMCommand.h.
|
static |
Definition at line 22 of file NSMCommand.h.
|
static |
Definition at line 23 of file NSMCommand.h.
|
static |
Definition at line 45 of file NSMCommand.h.
|
static |
Definition at line 31 of file NSMCommand.h.
|
static |
Definition at line 29 of file NSMCommand.h.
|
static |
Definition at line 30 of file NSMCommand.h.
|
static |
Definition at line 33 of file NSMCommand.h.
|
static |
Definition at line 32 of file NSMCommand.h.