#include <llsimplehash.h>
Inheritance diagram for LLSimpleHashEntry< HASH_KEY_TYPE >:
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 LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::erase(), LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::find(), and LLSimpleHash< HASH_KEY_TYPE, TABLE_SIZE >::insert().
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().
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().
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().