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 |
|---|---|---|---|
ConstIterator begin () |
uLang/Common/Containers/Map.h | ||
Iterator begin () |
uLang/Common/Containers/Map.h | ||
ConstIterator cbegin() |
uLang/Common/Containers/Map.h | ||
ConstIterator cend() |
uLang/Common/Containers/Map.h | ||
bool Contains
(
const KeyType& Key |
uLang/Common/Containers/Map.h | ||
void Empty() |
uLang/Common/Containers/Map.h | ||
ConstIterator end () |
uLang/Common/Containers/Map.h | ||
Iterator end () |
uLang/Common/Containers/Map.h | ||
ValueType * Find
(
const KeyType& Key |
uLang/Common/Containers/Map.h | ||
const ValueType * Find
(
const KeyType& Key |
uLang/Common/Containers/Map.h | ||
const PairType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Map.h | ||
PairType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Map.h | ||
PairType & FindOrInsert
(
OtherKeyType&& Key |
uLang/Common/Containers/Map.h | ||
PairType & FindOrInsert
(
OtherKeyType&& 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 | |||
uint32_t Num() |
uLang/Common/Containers/Map.h | ||
bool Remove
(
const KeyType& Key |
uLang/Common/Containers/Map.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & operator[]
(
const KeyType& Key |
uLang/Common/Containers/Map.h |