ChimeraTK-DeviceAccess
03.18.00
|
Go to the source code of this file.
Classes | |
class | ChimeraTK::RegisterPath |
Class to store a register path name. More... | |
Namespaces | |
ChimeraTK | |
Functions | |
RegisterPath | ChimeraTK::operator/ (const RegisterPath &leftHandSide, const RegisterPath &rightHandSide) |
non-member / operator: add a new element to the path. More... | |
std::string | ChimeraTK::operator+ (const std::string &leftHandSide, const RegisterPath &rightHandSide) |
non-member + operator for RegisterPath: concatenate with normal strings. More... | |
RegisterPath | ChimeraTK::operator+ (const RegisterPath &leftHandSide, const std::string &rightHandSide) |
RegisterPath | ChimeraTK::operator/ (const RegisterPath &leftHandSide, int rightHandSide) |
operators used to build numeric addresses from integers More... | |
RegisterPath | ChimeraTK::operator* (const RegisterPath &leftHandSide, int rightHandSide) |
std::ostream & | ChimeraTK::operator<< (std::ostream &os, const RegisterPath &me) |
streaming operator More... | |