![]() |
Ark Server API (ASA) - Wiki
|
Inheritance diagram for TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >:
Collaboration diagram for TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >:Public Types | |
| typedef TChooseClass< bConst, typenameElementArrayType::TConstIterator, typenameElementArrayType::TIterator >::Result | PairItType |
Public Member Functions | |
| FORCEINLINE TBaseIterator & | operator++ () |
| FORCEINLINE | operator bool () const |
| FORCEINLINE bool | operator== (const TBaseIterator &Rhs) const |
| FORCEINLINE bool | operator!= (const TBaseIterator &Rhs) const |
| FORCEINLINE ItKeyType & | Key () const |
| FORCEINLINE ItValueType & | Value () const |
| FORCEINLINE PairType & | operator* () const |
| FORCEINLINE PairType * | operator-> () const |
Protected Member Functions | |
| FORCEINLINE | TBaseIterator (const PairItType &InElementIt) |
Protected Attributes | |
| PairItType | PairIt |
Private Types | |
| typedef TChooseClass< bConst, constTSortedMap, TSortedMap >::Result | MapType |
| typedef TChooseClass< bConst, constKeyType, KeyType >::Result | ItKeyType |
| typedef TChooseClass< bConst, constValueType, ValueType >::Result | ItValueType |
| typedef TChooseClass< bConst, consttypenameElementArrayType::ElementType, typenameElementArrayType::ElementType >::Result | PairType |
The base of TSortedMap iterators
Definition at line 516 of file SortedMap.h.
|
private |
Definition at line 522 of file SortedMap.h.
|
private |
Definition at line 523 of file SortedMap.h.
|
private |
Definition at line 521 of file SortedMap.h.
| typedef TChooseClass<bConst,typenameElementArrayType::TConstIterator,typenameElementArrayType::TIterator>::Result TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >::PairItType |
Definition at line 519 of file SortedMap.h.
|
private |
Definition at line 524 of file SortedMap.h.
|
inlineprotected |
Definition at line 527 of file SortedMap.h.
|
inline |
Definition at line 548 of file SortedMap.h.
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
Definition at line 540 of file SortedMap.h.
|
inline |
Definition at line 546 of file SortedMap.h.
|
inline |
Definition at line 551 of file SortedMap.h.
|
inline |
Definition at line 533 of file SortedMap.h.
|
inline |
Definition at line 552 of file SortedMap.h.
|
inline |
Definition at line 545 of file SortedMap.h.
|
inline |
Definition at line 549 of file SortedMap.h.
|
protected |
Definition at line 555 of file SortedMap.h.