#include <NodeVector.h>
Static Public Member Functions | |
static const OverlayKey & | key (const ProxNodeHandle &node) |
Definition at line 76 of file NodeVector.h.
static const OverlayKey& KeyExtractor< ProxNodeHandle >::key | ( | const ProxNodeHandle & | node | ) | [inline, static] |
Definition at line 77 of file NodeVector.h.
00078 { 00079 return node.getKey(); 00080 };