|
Simpatico
v1.10
|
Iterator for all Group < N > objects owned by a GroupStorage< N >.
Definition at line 25 of file GroupIterator.h.
#include <GroupIterator.h>
Additional Inherited Members | |
Public Member Functions inherited from Util::PArrayIterator< Group< N > > | |
| PArrayIterator () | |
| Default constructor. More... | |
| void | setCurrent (Group< N > **ptr) |
| Set the current pointer value. More... | |
| void | setEnd (Group< N > **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... | |
| Group< N > * | get () const |
| Return a pointer to the current data. More... | |
| Group< N > & | operator* () const |
| Return a reference to the current Data. More... | |
| Group< N > * | operator-> () const |
| Provide a pointer to the current Data object. More... | |
| PArrayIterator< Group< N > > & | operator++ () |
| Increment the current pointer. More... | |
1.8.11