Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TSet< InElementType, KeyFuncs, Allocator > Member List

This is the complete list of members for TSet< InElementType, KeyFuncs, Allocator >, including all inherited members.

Add(const InElementType &InElement, bool *bIsAlreadyInSetPtr=NULL)TSet< InElementType, KeyFuncs, Allocator >inline
Add(InElementType &&InElement, bool *bIsAlreadyInSetPtr=NULL)TSet< InElementType, KeyFuncs, Allocator >inline
Append(const TArray< ElementType, ArrayAllocator > &InElements)TSet< InElementType, KeyFuncs, Allocator >inline
Append(TArray< ElementType, ArrayAllocator > &&InElements)TSet< InElementType, KeyFuncs, Allocator >inline
Append(const TSet< ElementType, KeyFuncs, OtherAllocator > &OtherSet)TSet< InElementType, KeyFuncs, Allocator >inline
Append(TSet< ElementType, KeyFuncs, OtherAllocator > &&OtherSet)TSet< InElementType, KeyFuncs, Allocator >inline
Append(std::initializer_list< ElementType > InitList)TSet< InElementType, KeyFuncs, Allocator >inline
Array() constTSet< InElementType, KeyFuncs, Allocator >inline
beginTSet< InElementType, KeyFuncs, Allocator >friend
beginTSet< InElementType, KeyFuncs, Allocator >friend
CheckAddress(const ElementType *Addr) constTSet< InElementType, KeyFuncs, Allocator >inline
Compact()TSet< InElementType, KeyFuncs, Allocator >inline
CompactStable()TSet< InElementType, KeyFuncs, Allocator >inline
ConditionalRehash(int32 NumHashedElements, bool bAllowShrinking=false) constTSet< InElementType, KeyFuncs, Allocator >inlineprivate
Contains(KeyInitType Key) constTSet< InElementType, KeyFuncs, Allocator >inline
CreateConstIterator() constTSet< InElementType, KeyFuncs, Allocator >inline
CreateIterator()TSet< InElementType, KeyFuncs, Allocator >inline
Difference(const TSet &OtherSet) constTSet< InElementType, KeyFuncs, Allocator >inline
ElementArrayType typedefTSet< InElementType, KeyFuncs, Allocator >private
ElementInitType typedefTSet< InElementType, KeyFuncs, Allocator >private
ElementsTSet< InElementType, KeyFuncs, Allocator >private
ElementType typedefTSet< InElementType, KeyFuncs, Allocator >
Emplace(ArgsType &&Args, bool *bIsAlreadyInSetPtr=NULL)TSet< InElementType, KeyFuncs, Allocator >inline
Empty(int32 ExpectedNumElements=0)TSet< InElementType, KeyFuncs, Allocator >inline
endTSet< InElementType, KeyFuncs, Allocator >friend
endTSet< InElementType, KeyFuncs, Allocator >friend
Find(KeyInitType Key)TSet< InElementType, KeyFuncs, Allocator >inline
Find(KeyInitType Key) constTSet< InElementType, KeyFuncs, Allocator >inline
FindId(KeyInitType Key) constTSet< InElementType, KeyFuncs, Allocator >inline
FScriptSetTSet< InElementType, KeyFuncs, Allocator >friend
GetAllocatedSize(void) constTSet< InElementType, KeyFuncs, Allocator >inline
GetInternalElement(FSetElementId Id) constTSet< InElementType, KeyFuncs, Allocator >inlineprivate
GetInternalElement(FSetElementId Id)TSet< InElementType, KeyFuncs, Allocator >inlineprivate
GetTypedHash(int32 HashIndex) constTSet< InElementType, KeyFuncs, Allocator >inlineprivate
HashTSet< InElementType, KeyFuncs, Allocator >mutableprivate
HashElement(FSetElementId ElementId, const SetElementType &Element) constTSet< InElementType, KeyFuncs, Allocator >inlineprivate
HashSizeTSet< InElementType, KeyFuncs, Allocator >mutableprivate
HashType typedefTSet< InElementType, KeyFuncs, Allocator >private
Includes(const TSet< ElementType, KeyFuncs, Allocator > &OtherSet) constTSet< InElementType, KeyFuncs, Allocator >inline
IndexToId(int32 Index)TSet< InElementType, KeyFuncs, Allocator >inlineprivatestatic
Intersect(const TSet &OtherSet) constTSet< InElementType, KeyFuncs, Allocator >inline
IsValidId(FSetElementId Id) constTSet< InElementType, KeyFuncs, Allocator >inline
KeyInitType typedefTSet< InElementType, KeyFuncs, Allocator >private
LegacyCompareEqualTSet< InElementType, KeyFuncs, Allocator >friend
LegacyCompareNotEqualTSet< InElementType, KeyFuncs, Allocator >friend
MoveOrCopy(SetType &ToSet, SetType &FromSet)TSet< InElementType, KeyFuncs, Allocator >inlineprivatestatic
MoveOrCopy(SetType &ToSet, SetType &FromSet)TSet< InElementType, KeyFuncs, Allocator >inlineprivatestatic
Num() constTSet< InElementType, KeyFuncs, Allocator >inline
operator=(const TSet &Copy)TSet< InElementType, KeyFuncs, Allocator >inline
operator=(TSet &&Other)TSet< InElementType, KeyFuncs, Allocator >inline
operator=(TSet< ElementType, KeyFuncs, OtherAllocator > &&Other)TSet< InElementType, KeyFuncs, Allocator >inline
operator=(const TSet< ElementType, KeyFuncs, OtherAllocator > &Other)TSet< InElementType, KeyFuncs, Allocator >inline
operator=(std::initializer_list< ElementType > InitList)TSet< InElementType, KeyFuncs, Allocator >inline
operator[](FSetElementId Id)TSet< InElementType, KeyFuncs, Allocator >inline
operator[](FSetElementId Id) constTSet< InElementType, KeyFuncs, Allocator >inline
Rehash() constTSet< InElementType, KeyFuncs, Allocator >inlineprivate
Relax()TSet< InElementType, KeyFuncs, Allocator >inline
Remove(FSetElementId ElementId)TSet< InElementType, KeyFuncs, Allocator >inline
Remove(KeyInitType Key)TSet< InElementType, KeyFuncs, Allocator >inline
Reserve(int32 Number)TSet< InElementType, KeyFuncs, Allocator >inline
Reset()TSet< InElementType, KeyFuncs, Allocator >inline
SetElementType typedefTSet< InElementType, KeyFuncs, Allocator >private
Shrink()TSet< InElementType, KeyFuncs, Allocator >inline
Sort(const PREDICATE_CLASS &Predicate)TSet< InElementType, KeyFuncs, Allocator >inline
TContainerTraits< TSet >TSet< InElementType, KeyFuncs, Allocator >friend
TRangedForConstIterator typedefTSet< InElementType, KeyFuncs, Allocator >
TRangedForIterator typedefTSet< InElementType, KeyFuncs, Allocator >
TSet()TSet< InElementType, KeyFuncs, Allocator >inline
TSet(const TSet &Copy)TSet< InElementType, KeyFuncs, Allocator >inline
TSet(const TArray< ElementType > &InArray)TSet< InElementType, KeyFuncs, Allocator >inlineexplicit
TSet(TArray< ElementType > &&InArray)TSet< InElementType, KeyFuncs, Allocator >inlineexplicit
TSet(std::initializer_list< ElementType > InitList)TSet< InElementType, KeyFuncs, Allocator >inline
TSet(TSet &&Other)TSet< InElementType, KeyFuncs, Allocator >inline
TSet(TSet< ElementType, KeyFuncs, OtherAllocator > &&Other)TSet< InElementType, KeyFuncs, Allocator >inline
TSet(const TSet< ElementType, KeyFuncs, OtherAllocator > &Other)TSet< InElementType, KeyFuncs, Allocator >inline
Union(const TSet &OtherSet) constTSet< InElementType, KeyFuncs, Allocator >inline
VerifyHashElementsKey(KeyInitType Key)TSet< InElementType, KeyFuncs, Allocator >inline
~TSet()TSet< InElementType, KeyFuncs, Allocator >inline