lim.h File Reference

#include <limits.h>
#include <float.h>
#include <exception>

Include dependency graph for lim.h:

Include dependency graph

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

Included by dependency graph

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 > ()


Function Documentation

template<typename T>
T max_limit  )  [static]
 

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().

template<>
double max_limit< double >  )  [static]
 

template<>
float max_limit< float >  )  [static]
 

template<typename T>
T min_limit  )  [static]
 

Definition at line 35 of file lim.h.

template<>
double min_limit< double >  )  [static]
 

template<>
float min_limit< float >  )  [static]
 


Generated on Mon Jul 12 12:04:02 2004 for rvm by doxygen 1.3.6