CAPD::DynSys Library  6.0.0
IntervalError.h File Reference

IntervalError class and checkInterval funtion definitions. More...

#include <stdexcept>
#include <sstream>
#include "capd/intervals/IntervalSettings.h"

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)
 

Detailed Description

IntervalError class and checkInterval funtion definitions.

Author
Tomasz Kapela
Date
11-01-2006