#include <ckhashtable.h>
Inheritance diagram for CkHashtableT< KEY, OBJ >:


Public Member Functions | |
| CkHashtableT (int initLen=5, float NloadFactor=0.5) | |
| CkHashtableT (int initLen, float NloadFactor, CkHashFunction Nhash, CkHashCompare Ncompare) | |
| OBJ | get (const KEY &key) const |
| OBJ & | getRef (const KEY &key) |
| void | pup (PUP::er &p) |
Definition at line 333 of file ckhashtable.h.
| CkHashtableT< KEY, OBJ >::CkHashtableT | ( | int | initLen = 5, |
|
| float | NloadFactor = 0.5 | |||
| ) | [inline] |
Definition at line 336 of file ckhashtable.h.
| CkHashtableT< KEY, OBJ >::CkHashtableT | ( | int | initLen, | |
| float | NloadFactor, | |||
| CkHashFunction | Nhash, | |||
| CkHashCompare | Ncompare | |||
| ) | [inline] |
Definition at line 340 of file ckhashtable.h.
| OBJ CkHashtableT< KEY, OBJ >::get | ( | const KEY & | key | ) | const [inline] |
Reimplemented from CkHashtableTslow< KEY, OBJ >.
Definition at line 347 of file ckhashtable.h.
Referenced by CkViewPrioSorter::add(), LV3D_Universe_Table::add(), IDXL_Map::add(), addIDXLists(), CollisionAggregator::aggregate(), TraceProjections::beginFunc(), CkCacheManager::cacheSync(), CkLocMgr::elementNrec(), TraceProjections::endFunc(), FEM_Coarsen_Operation(), FEM_REFINE2D_Split(), FEM_Refine_Operation(), IDXL_Map::get(), LV3D0_Manager::getClient(), RectMulticastStrategy::handleMessage(), DirectMulticastStrategy::handleMessage(), RectMulticastStrategy::handleMessageForward(), RectMulticastStrategy::handleNewMulticastMessage(), DirectMulticastStrategy::handleNewMulticastMessage(), RectMulticastStrategy::insertMessage(), DirectMulticastStrategy::insertMessage(), RectMulticastStrategy::insertSectionID(), DirectMulticastStrategy::insertSectionID(), ParFUMShadowArray::lockRegion(), ParFUMShadowArray::lockReply(), LV3D_Universe_Table::lookup(), makeGhosts(), TraceProjections::regFunc(), ComlibArrayListener::registerStrategy(), PipelineStrategy::storing(), PipeBroadcastConverse::storing(), ParFUMShadowArray::unlockForRemote(), ParFUMShadowArray::unlockRegion(), and ParFUMShadowArray::unlockReply().
| OBJ& CkHashtableT< KEY, OBJ >::getRef | ( | const KEY & | key | ) | [inline] |
Reimplemented from CkHashtableTslow< KEY, OBJ >.
Definition at line 363 of file ckhashtable.h.
Referenced by CkLocMgr::elementRec().
| void CkHashtableT< KEY, OBJ >::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 373 of file ckhashtable.h.
1.5.1