#include <limits.h>#include <float.h>#include <exception>Include dependency graph for lim.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| template<typename T> T | max_limit () |
| A small set of numeric limits routines, since gcc prior to 3.x doesn't have numeric_limits. | |
| template<typename T> T | min_limit () |
| template<> float | max_limit< float > () |
| template<> float | min_limit< float > () |
| template<> double | max_limit< double > () |
| template<> double | min_limit< double > () |
|
|||||||||
|
A small set of numeric limits routines, since gcc prior to 3.x doesn't have numeric_limits.
Definition at line 15 of file lim.h. Referenced by test3(), and vault_manager::usage(). |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
1.3.6