|
Simpatico
v1.10
|
Const iterator for all Group < N > objects owned by a GroupStorage < N >.
This iterator provides read-only (const) access to Group < N > objects.
Definition at line 27 of file ConstGroupIterator.h.
#include <ConstGroupIterator.h>
Additional Inherited Members | |
Public Member Functions inherited from Util::ConstPArrayIterator< Group< N > > | |
| ConstPArrayIterator () | |
| 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 array. More... | |
| bool | notEnd () const |
| Is the current pointer not at the end of the array? More... | |
| const Group< N > * | get () const |
| Return a pointer to const current data. More... | |
| const Group< N > & | operator* () const |
| Return a const refererence to the current Data. More... | |
| const Group< N > * | operator-> () const |
| Provide a pointer to the current Data object. More... | |
| ConstPArrayIterator< Group< N > > & | operator++ () |
| Increment the current pointer. More... | |
1.8.11