Simpatico
v1.10
|
Iterator for all ghost atoms owned by an AtomStorage.
Definition at line 24 of file GhostIterator.h.
#include <GhostIterator.h>
Additional Inherited Members | |
![]() | |
PArrayIterator () | |
Default constructor. More... | |
void | setCurrent (Atom **ptr) |
Set the current pointer value. More... | |
void | setEnd (Atom **ptr) |
Set the value of the end pointer. More... | |
void | setNull () |
Nullify the iterator. More... | |
bool | isEnd () const |
Is the current pointer at the end of the PArray? More... | |
bool | notEnd () const |
Is the current pointer not at the end of the PArray? More... | |
Atom * | get () const |
Return a pointer to the current data. More... | |
Atom & | operator* () const |
Return a reference to the current Data. More... | |
Atom * | operator-> () const |
Provide a pointer to the current Data object. More... | |
PArrayIterator< Atom > & | operator++ () |
Increment the current pointer. More... | |