commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
commore::hash_node< T > Struct Template Reference

#include <HMap.h>

Public Member Functions

 hash_node ()
 
 hash_node (const T &t)
 

Public Attributes

data_
 
size_t hash_
 
hash_node< T > * next_
 

Constructor & Destructor Documentation

template<class T>
commore::hash_node< T >::hash_node ( )
inline
template<class T>
commore::hash_node< T >::hash_node ( const T &  t)
inline

Member Data Documentation

template<class T>
T commore::hash_node< T >::data_
template<class T>
size_t commore::hash_node< T >::hash_
template<class T>
hash_node<T>* commore::hash_node< T >::next_

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