A static comparer which compares the target of pointers ("content"), instead of the pointer's adresses. More...
#include <ogdf/basic/comparer.h>
Static Public Member Functions | |
static bool | equal (const CONTENTPOINTER &x, const CONTENTPOINTER &y) |
static bool | geq (const CONTENTPOINTER &x, const CONTENTPOINTER &y) |
static bool | greater (const CONTENTPOINTER &x, const CONTENTPOINTER &y) |
static bool | leq (const CONTENTPOINTER &x, const CONTENTPOINTER &y) |
static bool | less (const CONTENTPOINTER &x, const CONTENTPOINTER &y) |
Private Types | |
using | CONTENTPOINTER = CONTENTTYPE * |
A static comparer which compares the target of pointers ("content"), instead of the pointer's adresses.
For the comparison of the contents, you may give your own static comparer
Definition at line 118 of file comparer.h.
|
private |
Definition at line 119 of file comparer.h.
|
inlinestatic |
Definition at line 138 of file comparer.h.
|
inlinestatic |
Definition at line 134 of file comparer.h.
|
inlinestatic |
Definition at line 130 of file comparer.h.
|
inlinestatic |
Definition at line 126 of file comparer.h.
|
inlinestatic |
Definition at line 122 of file comparer.h.