se_core::HashTable< T, poolSize >::HashTableNode Class Reference

#include <HashTable.hpp>

List of all members.

Public Member Functions

 HashTableNode (short key, T *new_data)

Public Attributes

short key_
T * data_

template<class T, int poolSize>
class se_core::HashTable< T, poolSize >::HashTableNode


Constructor & Destructor Documentation

template<class T, int poolSize>
se_core::HashTable< T, poolSize >::HashTableNode::HashTableNode short  key,
T *  new_data
[inline]
 

Definition at line 42 of file HashTable.hpp.


Member Data Documentation

template<class T, int poolSize>
T* se_core::HashTable< T, poolSize >::HashTableNode::data_
 

Definition at line 40 of file HashTable.hpp.

Referenced by se_core::HashTable< T, poolSize >::add(), se_core::HashTable< T, poolSize >::lookup(), and se_core::HashTable< T, poolSize >::remove().

template<class T, int poolSize>
short se_core::HashTable< T, poolSize >::HashTableNode::key_
 

Definition at line 39 of file HashTable.hpp.

Referenced by se_core::HashTable< T, poolSize >::lookupNode(), and se_core::HashTable< T, poolSize >::remove().


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

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:30 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo