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

#include <rangemap.h>

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

Public Types

using  CollectionType = typename ConstIf < RangeMap , CONSTITERATOR >::type
using  Super = typename MapType::template EntryIteratorBase < CONSTITERATOR >

公共成员函数

  KeyIteratorBase ()
  KeyIteratorBase ( CollectionType &m, Int s)
  KeyIteratorBase (const KeyIteratorBase & src )
Range   operator* () const

Member Typedef Documentation

◆  CollectionType

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

◆  Super

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

构造函数 & 析构函数文档编制

◆  KeyIteratorBase() [1/3]

KeyIteratorBase ( )

◆  KeyIteratorBase() [2/3]

KeyIteratorBase ( CollectionType m ,
Int   s  
)

◆  KeyIteratorBase() [3/3]

KeyIteratorBase ( const KeyIteratorBase < CONSTITERATOR > &  src )

成员函数文档编制

◆  operator*()

Range operator* ( ) const