Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TMapG |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Map.h |
| Include Path | #include "uLang/Common/Containers/Map.h" |
Syntax
template<class KeyType, class ValueType, class HashTraits, class AllocatorType, typename... AllocatorArgsType>
class TMapG
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMapG
(
AllocatorArgsType&&... AllocatorArgs |
uLang/Common/Containers/Map.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConstIterator | typename HashTableType::template Iterator< true > | uLang/Common/Containers/Map.h | |
| HashTableType | THashTable< KeyType, PairType, HashTraits, AllocatorType, AllocatorArgsType... > | uLang/Common/Containers/Map.h | |
| Iterator | typename HashTableType::template Iterator< false > | uLang/Common/Containers/Map.h | |
| PairType | TKeyValuePair< KeyType, ValueType > | uLang/Common/Containers/Map.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEConstIterator begin () |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEIterator begin () |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEConstIterator cbegin() |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEConstIterator cend() |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINE bool Contains
(
const KeyType& Key |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINE void Empty() |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEConstIterator end () |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEIterator end () |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINE ValueType * Find
(
const KeyType& Key |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINE const ValueType * Find
(
const KeyType& Key |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINE const PairType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEPairType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEPairType & FindOrInsert
(
KeyType&& Key |
uLang/Common/Containers/Map.h | ||
| uLang/Common/Containers/Map.h | |||
| uLang/Common/Containers/Map.h | |||
| uLang/Common/Containers/Map.h | |||
| uLang/Common/Containers/Map.h | |||
ULANG_FORCEINLINE uint32_t Num() |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINE bool Remove
(
const KeyType& Key |
uLang/Common/Containers/Map.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE ValueType & operator[]
(
const KeyType& Key |
uLang/Common/Containers/Map.h |