LLSimpleHashEntry< HASH_KEY_TYPE > Class Template Reference

#include <llsimplehash.h>

Inheritance diagram for LLSimpleHashEntry< HASH_KEY_TYPE >:

Inheritance graph
[legend]
Collaboration diagram for LLSimpleHashEntry< HASH_KEY_TYPE >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LLSimpleHashEntry (HASH_KEY_TYPE key)
virtual ~LLSimpleHashEntry ()
HASH_KEY_TYPE getHashKey () const
LLSimpleHashEntry< HASH_KEY_TYPE > * getNextEntry () const
void setNextEntry (LLSimpleHashEntry< HASH_KEY_TYPE > *next)

Protected Attributes

HASH_KEY_TYPE mHashKey
LLSimpleHashEntry< HASH_KEY_TYPE > * mNextEntry

Detailed Description

template<typename HASH_KEY_TYPE>
class LLSimpleHashEntry< HASH_KEY_TYPE >

Definition at line 37 of file llsimplehash.h.


Constructor & Destructor Documentation

template<typename HASH_KEY_TYPE>
LLSimpleHashEntry< HASH_KEY_TYPE >::LLSimpleHashEntry ( HASH_KEY_TYPE  key  )  [inline]

Definition at line 43 of file llsimplehash.h.

template<typename HASH_KEY_TYPE>
virtual LLSimpleHashEntry< HASH_KEY_TYPE >::~LLSimpleHashEntry (  )  [inline, virtual]

Definition at line 48 of file llsimplehash.h.


Member Function Documentation

template<typename HASH_KEY_TYPE>
HASH_KEY_TYPE LLSimpleHashEntry< HASH_KEY_TYPE >::getHashKey (  )  const [inline]

Definition at line 51 of file llsimplehash.h.

Referenced by LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::erase(), LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::find(), and LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::insert().

template<typename HASH_KEY_TYPE>
LLSimpleHashEntry<HASH_KEY_TYPE>* LLSimpleHashEntry< HASH_KEY_TYPE >::getNextEntry (  )  const [inline]

Definition at line 55 of file llsimplehash.h.

Referenced by LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::erase(), LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::find(), and LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::insert().

template<typename HASH_KEY_TYPE>
void LLSimpleHashEntry< HASH_KEY_TYPE >::setNextEntry ( LLSimpleHashEntry< HASH_KEY_TYPE > *  next  )  [inline]

Definition at line 59 of file llsimplehash.h.

Referenced by LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::erase(), and LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::insert().


Member Data Documentation

template<typename HASH_KEY_TYPE>
HASH_KEY_TYPE LLSimpleHashEntry< HASH_KEY_TYPE >::mHashKey [protected]

Definition at line 40 of file llsimplehash.h.

Referenced by LLSimpleHashEntry< U32 >::getHashKey(), and LLQueuedThread::QueuedRequest::higherPriority().

template<typename HASH_KEY_TYPE>
LLSimpleHashEntry<HASH_KEY_TYPE>* LLSimpleHashEntry< HASH_KEY_TYPE >::mNextEntry [protected]

Definition at line 41 of file llsimplehash.h.

Referenced by LLSimpleHashEntry< U32 >::getNextEntry(), and LLSimpleHashEntry< U32 >::setNextEntry().


The documentation for this class was generated from the following file:
Generated on Thu Jul 1 06:11:46 2010 for Second Life Viewer by  doxygen 1.4.7