#include <CkCache.h>
Public Member Functions | |
CkCacheArrayCounter () | |
void | addLocation (CkLocation &loc) |
This location is part of the calling location manager. | |
void | reset () |
Data Fields | |
int | count |
CkHashtableT< CkArrayIndex, int > | registered |
Definition at line 186 of file CkCache.h.
void CkCacheArrayCounter::addLocation | ( | CkLocation & | loc | ) | [inline, virtual] |
This location is part of the calling location manager.
Implements CkLocIterator.
Definition at line 191 of file CkCache.h.
References count, CkLocation::getIndex(), CkHashtableTslow< KEY, OBJ >::put(), and registered.
void CkCacheArrayCounter::reset | ( | void | ) | [inline] |
Definition at line 194 of file CkCache.h.
References count, CkHashtable::empty(), and registered.
Referenced by CkCacheManager< CkCacheKey >::cacheSync().
Definition at line 188 of file CkCache.h.
Referenced by addLocation(), CkCacheManager< CkCacheKey >::cacheSync(), and reset().
CkHashtableT<CkArrayIndex, int> CkCacheArrayCounter::registered |
Definition at line 189 of file CkCache.h.
Referenced by addLocation(), CkCacheManager< CkCacheKey >::cacheSync(), and reset().