#include <ogdf/basic/comparer.h>
Static Public Member Functions | |
| static bool | less (const int &x, const int &y) |
| static bool | leq (const int &x, const int &y) |
| static bool | greater (const int &x, const int &y) |
| static bool | geq (const int &x, const int &y) |
| static bool | equal (const int &x, const int &y) |
Definition at line 101 of file comparer.h.
| static bool ogdf::StdComparer< int >::equal | ( | const int & | x, |
| const int & | y | ||
| ) | [inline, static] |
Definition at line 101 of file comparer.h.
| static bool ogdf::StdComparer< int >::geq | ( | const int & | x, |
| const int & | y | ||
| ) | [inline, static] |
Definition at line 101 of file comparer.h.
| static bool ogdf::StdComparer< int >::greater | ( | const int & | x, |
| const int & | y | ||
| ) | [inline, static] |
Definition at line 101 of file comparer.h.
| static bool ogdf::StdComparer< int >::leq | ( | const int & | x, |
| const int & | y | ||
| ) | [inline, static] |
Definition at line 101 of file comparer.h.
| static bool ogdf::StdComparer< int >::less | ( | const int & | x, |
| const int & | y | ||
| ) | [inline, static] |
Definition at line 101 of file comparer.h.