2 #ifndef _PROTO_MB_DATA_ITERATOR_ 3 #define _PROTO_MB_DATA_ITERATOR_ 6 #include "Proto_MBPartition.H" 30 #include "implem/Proto_MBDataIterator.H" 32 #endif // end include guard
MBDataIterator(const shared_ptr< MBPartition > a_partition)
std::shared_ptr< MBPartition > m_partition
Definition: Proto_MBDataIterator.H:26
Definition: Proto_MBDataIterator.H:10
MBDataIndex m_current
Definition: Proto_MBDataIterator.H:27
bool operator==(const MBDataIndex &a_rhs) const
MBDataIterator & operator++()
MBDataIndex m_end
Definition: Proto_MBDataIterator.H:28
Definition: Proto_Array.H:17
bool operator!=(const MBDataIndex &a_rhs) const
Definition: Proto_MBDataIndex.H:8
const MBDataIndex & operator*() const