|
| Connection (const Enum &st) |
|
| Connection (const Connection &st) |
|
| Connection (const std::string &st) |
|
| Connection (int id) |
|
bool | operator== (const Connection &st) const |
|
bool | operator!= (const Connection &st) const |
|
const Connection & | operator= (const Connection &connection) |
| Operator =.
|
|
const Connection & | operator= (const std::string &msg) |
|
const Connection & | operator= (const char *msg) |
|
const Connection & | operator= (int i) |
|
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 |
|
|
| Connection (int id, const char *label) |
|
|
int | m_id |
|
std::string | m_label |
|
Definition at line 19 of file Connection.h.
The documentation for this class was generated from the following files: