Ark Server API (ASA) - Wiki
|
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) const | TBitArray< 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 |
AllocatorInstance | TBitArray< Allocator > | private |
AllocatorType typedef | TBitArray< 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() const | TBitArray< 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) const | TBitArray< Allocator > | inline |
Contains(bool bValue) const | TBitArray< Allocator > | inline |
CountBytes(FArchive &Ar) const | TBitArray< Allocator > | inline |
CountSetBits(int32 FromIndex=0, int32 ToIndex=INDEX_NONE) const | TBitArray< Allocator > | inline |
Empty(int32 ExpectedNumBits=0) | TBitArray< Allocator > | inline |
Find(bool bValue) const | TBitArray< Allocator > | inline |
FindAndSetFirstZeroBit(int32 ConservativeStartIndex=0) | TBitArray< Allocator > | inline |
FindAndSetLastZeroBit() | TBitArray< Allocator > | inline |
FindLast(bool bValue) const | TBitArray< Allocator > | inline |
FullWordMask | TBitArray< Allocator > | privatestatic |
GetAllocatedSize(void) const | TBitArray< Allocator > | inline |
GetData() const | TBitArray< Allocator > | inline |
GetData() | TBitArray< Allocator > | inline |
GetLastWordMask() const | TBitArray< Allocator > | inlineprivate |
GetMaxWords() const | TBitArray< Allocator > | inlineprivate |
GetNumWords() const | TBitArray< Allocator > | inlineprivate |
GetRange(int32 Index, int32 NumBitsToGet, InWordType *WriteBits, int32 WriteOffsetBits=0) const | TBitArray< 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() const | TBitArray< Allocator > | inline |
IsValidIndex(int32 InIndex) const | TBitArray< Allocator > | inline |
Max() const | TBitArray< Allocator > | inline |
MaxBits | TBitArray< Allocator > | private |
Move(BitArrayType &ToArray, BitArrayType &FromArray) | TBitArray< Allocator > | inlineprivatestatic |
Num() const | TBitArray< Allocator > | inline |
NumBits | TBitArray< Allocator > | private |
operator!=(const TBitArray< Allocator > &Other) const | TBitArray< Allocator > | inline |
operator<(const TBitArray< Allocator > &Other) const | TBitArray< 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) const | TBitArray< Allocator > | inline |
operator[](int32 Index) | TBitArray< Allocator > | inline |
operator[](int32 Index) const | TBitArray< 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 |
TConstDualSetBitIterator | TBitArray< Allocator > | friend |
TConstSetBitIterator | TBitArray< Allocator > | friend |
TScriptBitArray | TBitArray< Allocator > | friend |
WordType typedef | TBitArray< Allocator > | private |
WriteMemoryImage(FMemoryImageWriter &Writer) const | TBitArray< Allocator > | inline |