KeyExtractor< KademliaNodeHandle > Struct Template Reference

#include <KademliaNodeHandle.h>

List of all members.


Detailed Description

template<>
struct KeyExtractor< KademliaNodeHandle >

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:
Sebastian Mies

Felix M. Palmen


Static Public Member Functions

static const OverlayKeykey (const KademliaNodeHandle &node)

Member Function Documentation

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

00107     {
00108         return node.key;
00109     };


The documentation for this struct was generated from the following file:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3