KeyExtractor< T > Struct Template Reference

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Generic Version for unknown types, returns unspecified keys. More...

#include <NodeVector.h>

List of all members.

Static Public Member Functions

static const OverlayKeykey (const T &)

Detailed Description

template<class T>
struct KeyExtractor< T >

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Generic Version for unknown types, returns unspecified keys.

Author:
Felix M. Palmen

Definition at line 54 of file NodeVector.h.


Member Function Documentation

template<class T >
static const OverlayKey& KeyExtractor< T >::key ( const T &   )  [inline, static]

Definition at line 55 of file NodeVector.h.

00056     {
00057         return OverlayKey::UNSPECIFIED_KEY;
00058     };


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