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

boundednumber.h File Reference

Contains Bounded namespace, holding bounded numeric classes. More...

#include <cmath>
#include <cassert>
#include <algorithm>
#include "genericalgs.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. More...


Detailed Description

Contains Bounded namespace, holding bounded numeric classes.

Header:
/u/nn/cvsroot/lissom/src/boundednumber.h,v 1.3 2000/08/21 02:33:49 jbednar Exp

Definition in file boundednumber.h.


Define Documentation

#define MAX_UNSIGNED( T )   ((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 82 of file boundednumber.h.


Generated at Mon Aug 21 00:30:56 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000