|
My Project
|
Public Member Functions | |
| BoloDevice () | |
| BoloDevice (const BoloDevice &objToBeCopied) | |
| BoloDevice (BoloDevice &objToBeCopied) | |
| void | operator= (const BoloDevice &objToBeAssigned) |
| void | operator= (BoloDevice &objToBeAssigned) |
| virtual | ~BoloDevice () |
| void | setId (std::string id) |
| void | setReadoutChannel (std::string channel) |
| std::string | getId () |
| std::string | getReadoutChannel () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, BoloDevice &obj) |
| BoloDevice::BoloDevice | ( | ) |
Constructor.
....................................................................... Constructor.
| BoloDevice::BoloDevice | ( | const BoloDevice & | objToBeCopied | ) |
Copy Constructor.
....................................................................... Const Copy Constructor.
| BoloDevice::BoloDevice | ( | BoloDevice & | objToBeCopied | ) |
Copy Constructor.
....................................................................... Copy Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
| void BoloDevice::operator= | ( | const BoloDevice & | objToBeAssigned | ) |
Const Assignment Operator.
....................................................................... Const Assignment Operator.
| void BoloDevice::operator= | ( | BoloDevice & | objToBeAssigned | ) |
Assignment Operator.
....................................................................... Assignment Operator.
|
friend |
Output Operator.