ChimeraTK-DeviceAccess
03.18.00
|
A sub-namespace in order not to expose the classes to the ChimeraTK namespace. More...
Classes | |
struct | Round |
Functions | |
template<class T > | |
T | stringToT (std::string const &input) |
template<> | |
int8_t | stringToT< int8_t > (std::string const &input) |
special treatment for int8_t, which is otherwise treated as a character/letter More... | |
template<> | |
uint8_t | stringToT< uint8_t > (std::string const &input) |
special treatment for uint8_t, which is otherwise treated as a character/letter More... | |
template<class T > | |
std::string | T_ToString (T input) |
template<> | |
std::string | T_ToString< uint8_t > (uint8_t input) |
special treatment for uint8_t, which is otherwise treated as a character/letter More... | |
template<> | |
std::string | T_ToString< int8_t > (int8_t input) |
special treatment for int8_t, which is otherwise treated as a character/letter More... | |
A sub-namespace in order not to expose the classes to the ChimeraTK namespace.
T ChimeraTK::csa_helpers::stringToT | ( | std::string const & | input | ) |
Definition at line 159 of file TypeChangingDecorator.h.
int8_t ChimeraTK::csa_helpers::stringToT< int8_t > | ( | std::string const & | input | ) |
special treatment for int8_t, which is otherwise treated as a character/letter
Definition at line 19 of file TypeChangingDecorator.cc.
uint8_t ChimeraTK::csa_helpers::stringToT< uint8_t > | ( | std::string const & | input | ) |
special treatment for uint8_t, which is otherwise treated as a character/letter
Definition at line 28 of file TypeChangingDecorator.cc.
std::string ChimeraTK::csa_helpers::T_ToString | ( | T | input | ) |
std::string ChimeraTK::csa_helpers::T_ToString< int8_t > | ( | int8_t | input | ) |
special treatment for int8_t, which is otherwise treated as a character/letter
Definition at line 46 of file TypeChangingDecorator.cc.
std::string ChimeraTK::csa_helpers::T_ToString< uint8_t > | ( | uint8_t | input | ) |
special treatment for uint8_t, which is otherwise treated as a character/letter
Definition at line 37 of file TypeChangingDecorator.cc.