#include <contiguousrangemap.h>
Public Types | |
using | CollectionType = const ContiguousRangeMap |
using | Type = Pair< Range, const V & > |
using | Super = typename MapType::template EntryIteratorBase< true > |
Public Member Functions | |
EntryIteratorBase () | |
EntryIteratorBase (CollectionType &m, Int s) | |
EntryIteratorBase (const EntryIteratorBase &src) | |
Range | GetKey () const |
Type | operator* () const |
using CollectionType = const ContiguousRangeMap |
using Super = typename MapType::template EntryIteratorBase<true> |
EntryIteratorBase | ( | CollectionType & | m, |
Int | s | ||
) |
EntryIteratorBase | ( | const EntryIteratorBase< CONSTITERATOR > & | src | ) |
Range GetKey | ( | ) | const |
Type operator* | ( | ) | const |