Static Public Member Functions

KeyExtractor< KademliaBucketEntry > 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 KademliaBucketEntry. More...

#include <KademliaNodeHandle.h>

List of all members.

Static Public Member Functions

static const OverlayKeykey (const KademliaBucketEntry &entry)

Detailed Description

template<>
struct KeyExtractor< KademliaBucketEntry >

Class for extracting the relevant OverlayKey from a type used as template parameter T_key for NodeVector<T, T_key> - Version for KademliaBucketEntry.

Author:
Sebastian Mies
Felix M. Palmen

Definition at line 91 of file KademliaNodeHandle.h.


Member Function Documentation

static const OverlayKey& KeyExtractor< KademliaBucketEntry >::key ( const KademliaBucketEntry entry  )  [inline, static]

Definition at line 93 of file KademliaNodeHandle.h.

    {
        return entry.getKey();
    };


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