Static Public Member Functions

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.

    {
        return node.getKey();
    };


The documentation for this struct was generated from the following file: