
#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 180 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 185 of file CkCache.h.
References count, CkLocation::getIndex(), CkHashtableTslow< KEY, OBJ >::put(), and registered.
| void CkCacheArrayCounter::reset | ( | void | ) | [inline] |
Definition at line 188 of file CkCache.h.
References count, CkHashtable::empty(), and registered.
Referenced by CkCacheManager::cacheSync().
Definition at line 182 of file CkCache.h.
Referenced by addLocation(), CkCacheManager::cacheSync(), and reset().
Definition at line 183 of file CkCache.h.
Referenced by addLocation(), CkCacheManager::cacheSync(), and reset().
1.5.5