|
| | Range () |
| |
| | Range (ctd::defines::DataType data_type, const std::string &lower_limit, const std::string &upper_limit) |
| | Constructor setting the internal members. More...
|
| |
| | Range (const Range &source) |
| | Copy constructor. More...
|
| |
| | ~Range () |
| |
| void | SetLimits (ctd::defines::DataType data_type, const std::string &lower_limit, const std::string &upper_limit) |
| | Define (set) the limits for the range. More...
|
| |
| template<class TYPE > |
| void | GetLowerLimit (TYPE &lower_limit) const |
| | Get the lower limit value. More...
|
| |
| template<class TYPE > |
| void | GetUpperLimit (TYPE &upper_limit) const |
| | Get the upper limit value. More...
|
| |
| std::string | Print () const |
| | Print out the members in a string buffer. More...
|
| |
| Range & | operator= (const Range &source) |
| | Copy operator. More...
|
| |
| | Range () |
| |
| | Range (ctd::defines::DataType data_type, const std::string &lower_limit, const std::string &upper_limit) |
| | Constructor setting the internal members. More...
|
| |
| | Range (const Range &source) |
| | Copy constructor. More...
|
| |
| | ~Range () |
| |
| void | SetLimits (ctd::defines::DataType data_type, const std::string &lower_limit, const std::string &upper_limit) |
| | Define (set) the limits for the range. More...
|
| |
| template<class TYPE > |
| void | GetLowerLimit (TYPE &lower_limit) const |
| | Get the lower limit value. More...
|
| |
| template<class TYPE > |
| void | GetUpperLimit (TYPE &upper_limit) const |
| | Get the upper limit value. More...
|
| |
| std::string | Print () const |
| | Print out the members in a string buffer. More...
|
| |
| Range & | operator= (const Range &source) |
| | Copy operator. More...
|
| |
| | Range () |
| |
| | Range (ctd::defines::DataType data_type, const std::string &lower_limit, const std::string &upper_limit) |
| | Constructor setting the internal members. More...
|
| |
| | Range (const Range &source) |
| | Copy constructor. More...
|
| |
| | ~Range () |
| |
| void | SetLimits (ctd::defines::DataType data_type, const std::string &lower_limit, const std::string &upper_limit) |
| | Define (set) the limits for the range. More...
|
| |
| template<class TYPE > |
| void | GetLowerLimit (TYPE &lower_limit) const |
| | Get the lower limit value. More...
|
| |
| template<class TYPE > |
| void | GetUpperLimit (TYPE &upper_limit) const |
| | Get the upper limit value. More...
|
| |
| std::string | Print () const |
| | Print out the members in a string buffer. More...
|
| |
| Range & | operator= (const Range &source) |
| | Copy operator. More...
|
| |
Class to contain limits for one range.