Used to compare elements with assigned priorities. More...
#include <ogdf/basic/PriorityQueue.h>
Public Member Functions | |
Compare (const C &compare=C()) | |
Compare (const Compare &other) | |
bool | operator() (const T &x, const T &y) const |
Private Attributes | |
C | m_compare |
Used to compare elements with assigned priorities.
Definition at line 236 of file PriorityQueue.h.
|
inline |
Definition at line 238 of file PriorityQueue.h.
|
inline |
Definition at line 240 of file PriorityQueue.h.
|
inline |
Definition at line 242 of file PriorityQueue.h.
|
private |
Definition at line 245 of file PriorityQueue.h.