2 #ifndef _PROTO_MB_DATA_INDEX_ 3 #define _PROTO_MB_DATA_INDEX_ 12 MBDataIndex(
const shared_ptr<MBPartition> a_partition,
unsigned int a_index)
19 inline unsigned int local()
const;
20 inline unsigned int global()
const;
21 inline operator int()
const {
return local(); }
29 #include "implem/Proto_MBDataIndex.H" 31 #endif // end include guard unsigned int global() const
Definition: Proto_MBDataIterator.H:10
std::shared_ptr< MBPartition > m_partition
Definition: Proto_MBDataIndex.H:25
unsigned int m_index
Definition: Proto_MBDataIndex.H:26
unsigned int local() const
Definition: Proto_Array.H:17
bool operator==(const MBDataIterator &a_rhs)
Definition: Proto_MBDataIndex.H:8
bool operator!=(const MBDataIndex &a_rhs)