Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include <RangeMap.hpp>
Public Member Functions | |
bool | operator< (const Range &other) const |
Public Attributes | |
KeyType | begin |
KeyType | count |
ValType | value |
Definition at line 44 of file RangeMap.hpp.
bool moab::RangeMap< KeyType, ValType, NullVal >::Range::operator< | ( | const Range & | other | ) | const [inline] |
Definition at line 48 of file RangeMap.hpp.
References moab::RangeMap< KeyType, ValType, NullVal >::Range::begin, and moab::RangeMap< KeyType, ValType, NullVal >::Range::count.
KeyType moab::RangeMap< KeyType, ValType, NullVal >::Range::begin |
KeyType moab::RangeMap< KeyType, ValType, NullVal >::Range::count |
Definition at line 46 of file RangeMap.hpp.
Referenced by moab::RangeMap< KeyType, ValType, NullVal >::insert(), and moab::RangeMap< KeyType, ValType, NullVal >::Range::operator<().
ValType moab::RangeMap< KeyType, ValType, NullVal >::Range::value |
Definition at line 47 of file RangeMap.hpp.
Referenced by moab::RangeMap< KeyType, ValType, NullVal >::find().