Belle II Software  release-08-01-10
Connection Class Reference
Inheritance diagram for Connection:
Collaboration diagram for Connection:

Public Member Functions

 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 Connectionoperator= (const Connection &connection)
 Operator =.
 
const Connectionoperator= (const std::string &msg)
 
const Connectionoperator= (const char *msg)
 
const Connectionoperator= (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
 

Static Public Attributes

static const Connection ONLINE
 
static const Connection OFFLINE
 
static const Enum UNKNOWN
 

Private Member Functions

 Connection (int id, const char *label)
 

Private Attributes

int m_id
 
std::string m_label
 

Detailed Description

Definition at line 19 of file Connection.h.


The documentation for this class was generated from the following files: