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 106 of file comparer.h.
|
private |
Definition at line 107 of file comparer.h.
|
inlinestatic |
Definition at line 113 of file comparer.h.
|
inlinestatic |
Definition at line 112 of file comparer.h.
|
inlinestatic |
Definition at line 111 of file comparer.h.
|
inlinestatic |
Definition at line 110 of file comparer.h.
|
inlinestatic |
Definition at line 109 of file comparer.h.