Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TBitArray< Allocator > Member List

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

AccessCorrespondingBit(const FRelativeBitReference &RelativeReference)TBitArray< Allocator >inline
AccessCorrespondingBit(const FRelativeBitReference &RelativeReference) constTBitArray< Allocator >inline
Add(const bool Value)TBitArray< Allocator >inline
Add(const bool Value, int32 NumBitsToAdd)TBitArray< Allocator >inline
AddRange(const InWordType *ReadBits, int32 NumBitsToAdd, int32 ReadOffsetBits=0)TBitArray< Allocator >inline
AddRange(const TBitArray< OtherAllocator > &ReadBits, int32 NumBitsToAdd, int32 ReadOffsetBits=0)TBitArray< Allocator >inline
AddUninitialized(int32 NumBitsToAdd)TBitArray< Allocator >inline
AllocatorInstanceTBitArray< Allocator >private
AllocatorType typedefTBitArray< Allocator >
Assign(const TBitArray< OtherAllocator > &Other)TBitArray< Allocator >inlineprivate
BitwiseAND(const TBitArray &A, const TBitArray &B, EBitwiseOperatorFlags InFlags)TBitArray< Allocator >inlinestatic
BitwiseBinaryOperatorImpl(const TBitArray &InA, const TBitArray &InB, TBitArray &OutResult, EBitwiseOperatorFlags InFlags, ProjectionType &&InProjection)TBitArray< Allocator >inlineprivatestatic
BitwiseNOT()TBitArray< Allocator >inline
BitwiseOperatorImpl(const TBitArray &InOther, TBitArray &OutResult, EBitwiseOperatorFlags InFlags, ProjectionType &&InProjection)TBitArray< Allocator >inlineprivatestatic
BitwiseOR(const TBitArray &A, const TBitArray &B, EBitwiseOperatorFlags InFlags)TBitArray< Allocator >inlinestatic
BitwiseXOR(const TBitArray &A, const TBitArray &B, EBitwiseOperatorFlags InFlags)TBitArray< Allocator >inlinestatic
CheckInvariants() constTBitArray< Allocator >inline
ClearPartialSlackBits()TBitArray< Allocator >inlineprivate
CombineWithBitwiseAND(const TBitArray &InOther, EBitwiseOperatorFlags InFlags)TBitArray< Allocator >inline
CombineWithBitwiseOR(const TBitArray &InOther, EBitwiseOperatorFlags InFlags)TBitArray< Allocator >inline
CombineWithBitwiseXOR(const TBitArray &InOther, EBitwiseOperatorFlags InFlags)TBitArray< Allocator >inline
CompareSetBits(const TBitArray &Other, const bool bMissingBitValue) constTBitArray< Allocator >inline
Contains(bool bValue) constTBitArray< Allocator >inline
CountBytes(FArchive &Ar) constTBitArray< Allocator >inline
CountSetBits(int32 FromIndex=0, int32 ToIndex=INDEX_NONE) constTBitArray< Allocator >inline
Empty(int32 ExpectedNumBits=0)TBitArray< Allocator >inline
Find(bool bValue) constTBitArray< Allocator >inline
FindAndSetFirstZeroBit(int32 ConservativeStartIndex=0)TBitArray< Allocator >inline
FindAndSetLastZeroBit()TBitArray< Allocator >inline
FindLast(bool bValue) constTBitArray< Allocator >inline
FullWordMaskTBitArray< Allocator >privatestatic
GetAllocatedSize(void) constTBitArray< Allocator >inline
GetData() constTBitArray< Allocator >inline
GetData()TBitArray< Allocator >inline
GetLastWordMask() constTBitArray< Allocator >inlineprivate
GetMaxWords() constTBitArray< Allocator >inlineprivate
GetNumWords() constTBitArray< Allocator >inlineprivate
GetRange(int32 Index, int32 NumBitsToGet, InWordType *WriteBits, int32 WriteOffsetBits=0) constTBitArray< Allocator >inline
Init(bool bValue, int32 InNumBits)TBitArray< Allocator >inline
Insert(bool Value, int32 Index)TBitArray< Allocator >inline
Insert(bool Value, int32 Index, int32 NumBitsToAdd)TBitArray< Allocator >inline
InsertRange(const InWordType *ReadBits, int32 Index, int32 NumBitsToAdd, int32 ReadOffsetBits=0)TBitArray< Allocator >inline
InsertRange(const TBitArray< OtherAllocator > &ReadBits, int32 Index, int32 NumBitsToAdd, int32 ReadOffsetBits=0)TBitArray< Allocator >inline
InsertUninitialized(int32 Index, int32 NumBitsToAdd)TBitArray< Allocator >inline
IsEmpty() constTBitArray< Allocator >inline
IsValidIndex(int32 InIndex) constTBitArray< Allocator >inline
Max() constTBitArray< Allocator >inline
MaxBitsTBitArray< Allocator >private
Move(BitArrayType &ToArray, BitArrayType &FromArray)TBitArray< Allocator >inlineprivatestatic
Num() constTBitArray< Allocator >inline
NumBitsTBitArray< Allocator >private
operator!=(const TBitArray< Allocator > &Other) constTBitArray< Allocator >inline
operator<(const TBitArray< Allocator > &Other) constTBitArray< Allocator >inline
operator=(TBitArray &&Other)TBitArray< Allocator >inline
operator=(const TBitArray &Copy)TBitArray< Allocator >inline
operator=(const TBitArray< OtherAllocator > &Copy)TBitArray< Allocator >inline
operator==(const TBitArray< Allocator > &Other) constTBitArray< Allocator >inline
operator[](int32 Index)TBitArray< Allocator >inline
operator[](int32 Index) constTBitArray< Allocator >inline
PadToNum(int32 DesiredNum, bool bPadValue)TBitArray< Allocator >inline
Realloc(int32 PreviousNumBits)TBitArray< Allocator >inlineprivate
RemoveAt(int32 BaseIndex, int32 NumBitsToRemove=1)TBitArray< Allocator >inline
RemoveAtSwap(int32 BaseIndex, int32 NumBitsToRemove=1)TBitArray< Allocator >inline
Reserve(int32 Number)TBitArray< Allocator >inline
Reset()TBitArray< Allocator >inline
Serialize(FArchive &Ar)TBitArray< Allocator >inline
SetBitNoCheck(int32 Index, bool Value)TBitArray< Allocator >inlineprivate
SetNumUninitialized(int32 InNumBits)TBitArray< Allocator >inline
SetRange(int32 Index, int32 NumBitsToSet, bool Value)TBitArray< Allocator >inline
SetRangeFromRange(int32 Index, int32 NumBitsToSet, const InWordType *ReadBits, int32 ReadOffsetBits=0)TBitArray< Allocator >inline
SetRangeFromRange(int32 Index, int32 NumBitsToSet, const TBitArray< OtherAllocator > &ReadBits, int32 ReadOffsetBits=0)TBitArray< Allocator >inline
SetWords(uint32 *Words, int32 NumWords, bool bValue)TBitArray< Allocator >inlineprivatestatic
TBitArray()TBitArray< Allocator >inline
TBitArray(bool bValue, int32 InNumBits)TBitArray< Allocator >inlineexplicit
TBitArray(TBitArray &&Other)TBitArray< Allocator >inline
TBitArray(const TBitArray &Copy)TBitArray< Allocator >inline
TBitArray(const TBitArray< OtherAllocator > &Copy)TBitArray< Allocator >inline
TConstDualSetBitIteratorTBitArray< Allocator >friend
TConstSetBitIteratorTBitArray< Allocator >friend
TScriptBitArrayTBitArray< Allocator >friend
WordType typedefTBitArray< Allocator >private
WriteMemoryImage(FMemoryImageWriter &Writer) constTBitArray< Allocator >inline