Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::StdComparer< double > Class Template Reference

#include <ogdf/basic/comparer.h>

List of all members.

Static Public Member Functions

static bool less (const double &x, const double &y)
static bool leq (const double &x, const double &y)
static bool greater (const double &x, const double &y)
static bool geq (const double &x, const double &y)
static bool equal (const double &x, const double &y)

Detailed Description

template<>
class ogdf::StdComparer< double >

Definition at line 103 of file comparer.h.


Member Function Documentation

static bool ogdf::StdComparer< double >::equal ( const double &  x,
const double &  y 
) [inline, static]

Definition at line 103 of file comparer.h.

static bool ogdf::StdComparer< double >::geq ( const double &  x,
const double &  y 
) [inline, static]

Definition at line 103 of file comparer.h.

static bool ogdf::StdComparer< double >::greater ( const double &  x,
const double &  y 
) [inline, static]

Definition at line 103 of file comparer.h.

static bool ogdf::StdComparer< double >::leq ( const double &  x,
const double &  y 
) [inline, static]

Definition at line 103 of file comparer.h.

static bool ogdf::StdComparer< double >::less ( const double &  x,
const double &  y 
) [inline, static]

Definition at line 103 of file comparer.h.


The documentation for this class was generated from the following file: