#include <llsimplehash.h>


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 |
Definition at line 37 of file llsimplehash.h.
| LLSimpleHashEntry< HASH_KEY_TYPE >::LLSimpleHashEntry | ( | HASH_KEY_TYPE | key | ) | [inline] |
Definition at line 43 of file llsimplehash.h.
| virtual LLSimpleHashEntry< HASH_KEY_TYPE >::~LLSimpleHashEntry | ( | ) | [inline, virtual] |
Definition at line 48 of file llsimplehash.h.
| HASH_KEY_TYPE LLSimpleHashEntry< HASH_KEY_TYPE >::getHashKey | ( | ) | const [inline] |
Definition at line 51 of file llsimplehash.h.
Referenced by LLQueuedThread::check(), LLSimpleHash< U32, REQUEST_HASH_SIZE >::erase(), LLSimpleHash< U32, REQUEST_HASH_SIZE >::find(), and LLSimpleHash< U32, REQUEST_HASH_SIZE >::insert().

| LLSimpleHashEntry<HASH_KEY_TYPE>* LLSimpleHashEntry< HASH_KEY_TYPE >::getNextEntry | ( | ) | const [inline] |
Definition at line 55 of file llsimplehash.h.
Referenced by LLQueuedThread::check(), LLSimpleHash< U32, REQUEST_HASH_SIZE >::erase(), LLSimpleHash< U32, REQUEST_HASH_SIZE >::find(), LLSimpleHash< U32, REQUEST_HASH_SIZE >::insert(), and LLSimpleHash< U32, REQUEST_HASH_SIZE >::pop_element().

| 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().

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().
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().
1.5.5