Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::utility::HashBucket< _Key, _Value > Struct Template Reference

#include <HashTable.hpp>

List of all members.

Public Member Functions

 HashBucket ()
 HashBucket (const _Key &k, HashBucket< _Key, _Value > *n)
 HashBucket (const _Key &k, const _Value &v, HashBucket< _Key, _Value > *n)

Public Attributes

_Key key
_Value value
HashBucket< _Key, _Value > * next

template<class _Key, class _Value>
struct indri::utility::HashBucket< _Key, _Value >


Constructor & Destructor Documentation

template<class _Key, class _Value>
indri::utility::HashBucket< _Key, _Value >::HashBucket  )  [inline]
 

template<class _Key, class _Value>
indri::utility::HashBucket< _Key, _Value >::HashBucket const _Key &  k,
HashBucket< _Key, _Value > *  n
[inline]
 

template<class _Key, class _Value>
indri::utility::HashBucket< _Key, _Value >::HashBucket const _Key &  k,
const _Value &  v,
HashBucket< _Key, _Value > *  n
[inline]
 


Member Data Documentation

template<class _Key, class _Value>
_Key indri::utility::HashBucket< _Key, _Value >::key
 

template<class _Key, class _Value>
HashBucket<_Key, _Value>* indri::utility::HashBucket< _Key, _Value >::next
 

template<class _Key, class _Value>
_Value indri::utility::HashBucket< _Key, _Value >::value
 


The documentation for this struct was generated from the following file:
Generated on Tue Jun 15 11:03:04 2010 for Lemur by doxygen 1.3.4