RangeMap< K, V, MAP >::EntryIteratorBase< CONSTITERATOR > Class Template Reference

#include <rangemap.h>

Inheritance diagram for RangeMap< K, V, MAP >::EntryIteratorBase< CONSTITERATOR >:

Public Types

using CollectionType = typename ConstIf< RangeMap, CONSTITERATOR >::type
 
using Type = typename ConstIf< Tuple< Range, const V & >, CONSTITERATOR >::type
 
using Super = typename MapType::template EntryIteratorBase< CONSTITERATOR >
 

Public Member Functions

 EntryIteratorBase ()
 
 EntryIteratorBase (CollectionType &m, Int s)
 
 EntryIteratorBase (const EntryIteratorBase &src)
 
Range GetKey () const
 
const V & GetValue () const
 
Type operator* () const
 

Member Typedef Documentation

◆ CollectionType

using CollectionType = typename ConstIf<RangeMap, CONSTITERATOR>::type

◆ Type

using Type = typename ConstIf<Tuple<Range, const V&>, CONSTITERATOR>::type

◆ Super

using Super = typename MapType::template EntryIteratorBase<CONSTITERATOR>

Constructor & Destructor Documentation

◆ EntryIteratorBase() [1/3]

◆ EntryIteratorBase() [2/3]

◆ EntryIteratorBase() [3/3]

EntryIteratorBase ( const EntryIteratorBase< CONSTITERATOR > &  src)

Member Function Documentation

◆ GetKey()

Range GetKey ( ) const

◆ GetValue()

const V& GetValue ( ) const

◆ operator*()

Type operator* ( ) const