KeyExtractor< NodeHandle > Struct Template Reference

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for plain NodeHandle. More...

#include <NodeVector.h>

List of all members.

Static Public Member Functions

static const OverlayKeykey (const NodeHandle &node)

Detailed Description

template<>
struct KeyExtractor< NodeHandle >

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for plain NodeHandle.

Author:
Felix M. Palmen

Definition at line 68 of file NodeVector.h.


Member Function Documentation

static const OverlayKey& KeyExtractor< NodeHandle >::key ( const NodeHandle node  )  [inline, static]

Definition at line 69 of file NodeVector.h.

00070     {
00071         return node.getKey();
00072     };


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:18 2010 for OverSim by  doxygen 1.6.3