CAPD::DynSys Library
6.0.0
|
IntervalError class and checkInterval funtion definitions. More...
Classes | |
class | capd::intervals::IntervalError< T_Bound > |
Instation of the IntervalError class is throwed by the Interval class on error. More... | |
Namespaces | |
capd | |
capd::intervals | |
Interval arithmetics. | |
Functions | |
template<class T > | |
void | capd::intervals::ignore_unused (T &) |
Function for a debugging purposes. Function checkInterval helps to get rid of many "ifdef's". If DEBUGGING options is set it checks if ends of the interval are in the right order. Otherwise it does nothing. More... | |
template<typename T_Bound > | |
void | capd::intervals::checkInterval (const char *A_msg, const T_Bound &A_left, const T_Bound &A_right) |
IntervalError class and checkInterval funtion definitions.