#include <ogdf/basic/comparer.h>
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) |
Definition at line 103 of file comparer.h.
| 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.