Pyrogenesis  trunk
Public Member Functions | Static Public Attributes | List of all members
DHT_Traits< Key, T > Class Template Reference

#include <dyn_hash_tbl.h>

Public Member Functions

size_t hash (Key key) const
 
bool equal (Key k1, Key k2) const
 
Key get_key (T t) const
 

Static Public Attributes

static const size_t initial_entries = 16
 

Member Function Documentation

template<typename Key , typename T >
bool DHT_Traits< Key, T >::equal ( Key  k1,
Key  k2 
) const
template<typename Key , typename T >
Key DHT_Traits< Key, T >::get_key ( T  t) const
template<typename Key , typename T >
size_t DHT_Traits< Key, T >::hash ( Key  key) const

Member Data Documentation

template<typename Key , typename T >
const size_t DHT_Traits< Key, T >::initial_entries = 16
static

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