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]

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

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< U32, REQUEST_HASH_SIZE >::erase(), and LLSimpleHash< U32, REQUEST_HASH_SIZE >::insert().

Here is the caller graph for this function:


Member Data Documentation

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

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


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

Generated on Fri May 16 09:04:38 2008 for SecondLife by  doxygen 1.5.5