SPH
Public Member Functions | List of all members
StorageIterator Class Reference

Helper class for iterating over quantities stored in Storage. More...

#include <Storage.h>

Public Member Functions

 StorageIterator (const ActIterator iterator, Badge< StorageSequence >)
 
StorageIteratoroperator++ ()
 
StorageElement operator* ()
 
bool operator== (const StorageIterator &other) const
 
bool operator!= (const StorageIterator &other) const
 

Detailed Description

Helper class for iterating over quantities stored in Storage.

Definition at line 40 of file Storage.h.

Constructor & Destructor Documentation

◆ StorageIterator()

NAMESPACE_SPH_BEGIN StorageIterator::StorageIterator ( const ActIterator  iterator,
Badge< StorageSequence  
)

Definition at line 11 of file Storage.cpp.

Member Function Documentation

◆ operator!=()

bool StorageIterator::operator!= ( const StorageIterator other) const

Definition at line 27 of file Storage.cpp.

◆ operator*()

StorageElement StorageIterator::operator* ( )

Definition at line 19 of file Storage.cpp.

◆ operator++()

StorageIterator & StorageIterator::operator++ ( )

Definition at line 14 of file Storage.cpp.

◆ operator==()

bool StorageIterator::operator== ( const StorageIterator other) const

Definition at line 23 of file Storage.cpp.


The documentation for this class was generated from the following files: