KeyExtractor< std::pair< NodeHandle, NodeHandle > > Struct Template Reference

#include <NodeVector.h>

List of all members.


Detailed Description

template<>
struct KeyExtractor< std::pair< NodeHandle, NodeHandle > >

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for a pair of NodeHandles, first one is assumed to be relevant.

Author:
Felix M. Palmen


Static Public Member Functions

static const OverlayKeykey (const std::pair< NodeHandle, NodeHandle > &nodes)


Member Function Documentation

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

00056     {
00057         return nodes.first.key;
00058     };


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