SPH
|
Helper class for iterating over quantities stored in Storage. More...
#include <Storage.h>
Public Member Functions | |
StorageIterator (const ActIterator iterator, Badge< StorageSequence >) | |
StorageIterator & | operator++ () |
StorageElement | operator* () |
bool | operator== (const StorageIterator &other) const |
bool | operator!= (const StorageIterator &other) const |
Helper class for iterating over quantities stored in Storage.
NAMESPACE_SPH_BEGIN StorageIterator::StorageIterator | ( | const ActIterator | iterator, |
Badge< StorageSequence > | |||
) |
Definition at line 11 of file Storage.cpp.
bool StorageIterator::operator!= | ( | const StorageIterator & | other | ) | const |
Definition at line 27 of file Storage.cpp.
StorageElement StorageIterator::operator* | ( | ) |
Definition at line 19 of file Storage.cpp.
StorageIterator & StorageIterator::operator++ | ( | ) |
Definition at line 14 of file Storage.cpp.
bool StorageIterator::operator== | ( | const StorageIterator & | other | ) | const |
Definition at line 23 of file Storage.cpp.