ChimeraTK-DeviceAccess  03.18.00
RegisterPath.h File Reference
#include "Exception.h"
#include <string>
#include <vector>
+ Include dependency graph for RegisterPath.h:
+ This graph shows which files directly or indirectly include this file:

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...