Simpatico
v1.10
|
Iterator for all ghost atoms owned by an AtomStorage.
Definition at line 24 of file ConstGhostIterator.h.
#include <ConstGhostIterator.h>
Additional Inherited Members | |
![]() | |
ConstPArrayIterator () | |
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 array. More... | |
bool | notEnd () const |
Is the current pointer not at the end of the array? More... | |
const Atom * | get () const |
Return a pointer to const current data. More... | |
const Atom & | operator* () const |
Return a const refererence to the current Data. More... | |
const Atom * | operator-> () const |
Provide a pointer to the current Data object. More... | |
ConstPArrayIterator< Atom > & | operator++ () |
Increment the current pointer. More... | |