#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.
|
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 |
Definition at line 46 of file RangeMap.hpp.
Referenced by moab::RangeMap< KeyType, ValType, NullVal >::erase(), and moab::RangeMap< KeyType, ValType, NullVal >::Range::operator<().
KeyType moab::RangeMap< KeyType, ValType, NullVal >::Range::count |
Definition at line 46 of file RangeMap.hpp.
Referenced by moab::RangeMap< KeyType, ValType, NullVal >::Range::operator<().
ValType moab::RangeMap< KeyType, ValType, NullVal >::Range::value |
Definition at line 47 of file RangeMap.hpp.