HybridMap< K, V, SMALL, LARGE, THRESHOLD, REVERSE_THRESHOLD >::KeyIteratorBase< CONSTITERATOR > Class Template Reference
#include <hybridmap.h>
Public Types |
|
using | ValueType = const K & |
using | Super = EntryIteratorBase < CONSTITERATOR > |
![]() |
|
using | Super = typename std::conditional< CONSTITERATOR, IteratorBase < true >, NonConstIteratorBase >::type |
using | CollectionType = typename ConstIf < HybridMap , CONSTITERATOR >::type |
using | KeyType = K |
using | MappedType = typename ConstIf < V, CONSTITERATOR >::type |
using | Small = decltype(*std::declval< typename Super::SmallIterator >()) |
using | Large = decltype(*std::declval< typename Super::LargeIterator >()) |
using | ValueType = typename std::conditional< SAME_TYPE , typename CommonLValue < Small , Small , Large >::type, Pair < K, V > >::type |
公共成员函数 |
|
KeyIteratorBase () | |
KeyIteratorBase (const typename Super::SmallIterator & src ) | |
KeyIteratorBase (const typename Super::LargeIterator & src ) | |
KeyIteratorBase (const KeyIteratorBase & src ) | |
KeyIteratorBase (typename Super::CollectionType &m, Int s=0) | |
const K * | operator-> () const |
const K & | operator* () const |
![]() |
|
EntryIteratorBase () | |
EntryIteratorBase (const typename Super::SmallIterator & src ) | |
EntryIteratorBase (const typename Super::LargeIterator & src ) | |
EntryIteratorBase (const EntryIteratorBase & src ) | |
EntryIteratorBase ( CollectionType &m, Int s=0) | |
ValueType | operator* () const |
Additional Inherited Members |
|
![]() |
|
static const Bool | SAME_TYPE |
![]() |
|
void | operator-> () |
using ValueType = const K& |
using Super = EntryIteratorBase <CONSTITERATOR> |
KeyIteratorBase | ( | ) |
|
explicit |
|
explicit |
KeyIteratorBase | ( | const KeyIteratorBase < CONSTITERATOR > & | src | ) |
|
explicit |
const K* operator-> | ( | ) | const |
const K& operator* | ( | ) | const |