![]() |
Ark Server API (ASE) - Wiki
|
#include <Map.h>
Inheritance diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator:
Collaboration diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator:Public Member Functions | |
| FORCEINLINE | TConstIterator (const TMapBase &InMap) |
Public Member Functions inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< true > | |
| FORCEINLINE | TBaseIterator (const PairItType &InElementIt) |
| FORCEINLINE TBaseIterator & | operator++ () |
| FORCEINLINE | operator bool () const |
| FORCEINLINE bool | operator! () const |
| FORCEINLINE ItKeyType & | Key () const |
| FORCEINLINE ItValueType & | Value () const |
| FORCEINLINE PairType & | operator* () const |
| FORCEINLINE PairType * | operator-> () const |
Additional Inherited Members | |
Public Types inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< true > | |
| typedef TChooseClass< bConst, typenameTChooseClass< false, typenameElementSetType::TRangedForConstIterator, typenameElementSetType::TConstIterator >::Result, typenameTChooseClass< false, typenameElementSetType::TRangedForIterator, typenameElementSetType::TIterator >::Result >::Result | PairItType |
Protected Attributes inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< true > | |
| PairItType | PairIt |
Const map iterator.