
#include <cklocation.h>

Public Member Functions | |
| virtual | ~CkLocIterator () |
| virtual void | addLocation (CkLocation &loc)=0 |
| This location is part of the calling location manager. | |
Definition at line 251 of file cklocation.h.
| CkLocIterator::~CkLocIterator | ( | ) | [virtual] |
Definition at line 2871 of file cklocation.C.
| virtual void CkLocIterator::addLocation | ( | CkLocation & | loc | ) | [pure virtual] |
This location is part of the calling location manager.
Implemented in ElementDestroyer, ElementPacker, ElementDistributor, ElementCaller, ElementCheckpointer, CkElementEvacuate, CkElementInformHome, LocalElementCounter, MemElementPacker, ElementPacker, ElementDistributor, ElementCaller, CkArrayElementRangeIterator< T >, CkCacheArrayCounter, LocalBroadcaster< dtype, ClientType, EntryMethod >, and CpdPythonArrayIterator.
Referenced by CkLocMgr::iterate().

1.5.5