cheshirekow
v0.1.0
|
priority queue node More...
#include <mpblocks/clarkson93/Indexed.h>
Classes | |
struct | Greater |
struct | Less |
Public Types | |
typedef Indexed< Index_t, Value_t > | This |
Public Member Functions | |
Indexed () | |
Indexed (Index_t idx, Value_t val) | |
Static Public Member Functions | |
static bool | greaterThan (const This &a, const This &b) |
static bool | lessThan (const This &a, const This &b) |
Public Attributes | |
Index_t | idx |
Value_t | val |
priority queue node
typedef Indexed<Index_t,Value_t> mpblocks::clarkson93::Indexed< Index_t, Value_t >::This |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
Index_t mpblocks::clarkson93::Indexed< Index_t, Value_t >::idx |
Value_t mpblocks::clarkson93::Indexed< Index_t, Value_t >::val |