Tolerance< unsigned int > Class Template Reference
[Miscellaneous Tools]

#include <lemon/tolerance.h>

List of all members.


Detailed Description

template<>
class lemon::Tolerance< unsigned int >

Unsigned integer specialization of Tolerance.
See also:
Tolerance


Public Types

typedef unsigned int Value
 

Static Public Member Functions

static Value zero ()
 Returns zero.
Comparisons
See Tolerance for more details.

static bool less (Value a, Value b)
 Returns true if a is surely strictly less than b.
static bool different (Value a, Value b)
 Returns true if a is surely different from b.
static bool positive (Value a)
 Returns true if a is surely positive.
static bool negative (Value)
 Returns true if a is surely negative.
static bool nonZero (Value a)
 Returns true if a is surely non-zero.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:22 2006 for LEMON by  doxygen 1.5.1