Ark Server API (ASE) - Wiki
|
#include <Map.h>
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.