KeyExtractor< NodeHandle > Struct Template Reference

#include <NodeVector.h>

List of all members.


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


Static Public Member Functions

static const OverlayKeykey (const NodeHandle &node)


Member Function Documentation

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

00039     {
00040         return node.key;
00041     };


The documentation for this struct was generated from the following file:
Generated on Fri May 11 14:52:40 2007 for ITM OverSim by  doxygen 1.4.7