Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

boundednumber.h File Reference


Detailed Description

Contains Bounded namespace, holding bounded numeric classes.

Header
/u/nn/cvsroot/lissom/src/boundednumber.h,v 1.6 2001/04/07 02:19:17 jbednar Exp

Definition in file boundednumber.h.

#include <cmath>
#include <cassert>
#include <algorithm>
#include "genericalgs.h"
#include "bounded.h"

Include dependency graph for boundednumber.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.

Namespaces

namespace  Bounded

Defines

#define MAX_UNSIGNED(T)   ((sizeof(T)<<8)-1)
 Returns the maximum value representable in the given unsigned integer type.


Define Documentation

#define MAX_UNSIGNED      ((sizeof(T)<<8)-1)
 

Returns the maximum value representable in the given unsigned integer type.

Should be unnecessary once all compilers support numeric_limits.

Definition at line 45 of file boundednumber.h.


Generated on Mon Jan 20 02:35:50 2003 for RF-LISSOM by doxygen1.3-rc2