Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TSetG |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Set.h |
| Include Path | #include "uLang/Common/Containers/Set.h" |
Syntax
template<class ElementType, class KeyType, class HashTraits, class AllocatorType, typename... AllocatorArgsType>
class TSetG
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSetG
(
AllocatorArgsType&&... AllocatorArgs |
uLang/Common/Containers/Set.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConstIterator | typename HashTableType::template Iterator< true > | uLang/Common/Containers/Set.h | |
| HashTableType | THashTable< ElementType, ElementType, HashTraits, AllocatorType, AllocatorArgsType... > | uLang/Common/Containers/Set.h | |
| Iterator | typename HashTableType::template Iterator< false > | uLang/Common/Containers/Set.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ConstIterator begin () |
uLang/Common/Containers/Set.h | ||
Iterator begin () |
uLang/Common/Containers/Set.h | ||
ConstIterator cbegin() |
uLang/Common/Containers/Set.h | ||
ConstIterator cend() |
uLang/Common/Containers/Set.h | ||
bool Contains
(
const ElementType& Element |
uLang/Common/Containers/Set.h | ||
void Empty() |
uLang/Common/Containers/Set.h | ||
ConstIterator end () |
uLang/Common/Containers/Set.h | ||
Iterator end () |
uLang/Common/Containers/Set.h | ||
const ElementType * Find
(
const KeyType& Key |
uLang/Common/Containers/Set.h | ||
ElementType * Find
(
const KeyType& Key |
uLang/Common/Containers/Set.h | ||
ElementType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Set.h | ||
const ElementType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Set.h | ||
ElementType & FindOrInsert
(
ElementType&& Element |
uLang/Common/Containers/Set.h | ||
ElementType & Insert
(
ArgType&& Arg |
uLang/Common/Containers/Set.h | ||
bool IsEmpty() |
uLang/Common/Containers/Set.h | ||
uint32_t Num() |
uLang/Common/Containers/Set.h | ||
bool Remove
(
const ElementType& Element |
uLang/Common/Containers/Set.h |