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 |
|---|---|---|---|
ULANG_FORCEINLINEConstIterator begin () |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINEIterator begin () |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINEConstIterator cbegin() |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINEConstIterator cend() |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE bool Contains
(
const ElementType& Element |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE void Empty() |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINEConstIterator end () |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINEIterator end () |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE const ElementType * Find
(
const KeyType& Key |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE ElementType * Find
(
const KeyType& Key |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE ElementType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE const ElementType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE ElementType & FindOrInsert
(
ElementType&& Element |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE ElementType & Insert
(
ArgType&& Arg |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE bool IsEmpty() |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE uint32_t Num() |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE bool Remove
(
const ElementType& Element |
uLang/Common/Containers/Set.h |