![]() |
Ark Server API (ASA) - Wiki
|
#include "Containers/ContainerAllocationPolicies.h"#include "CoreTypes.h"#include "HAL/PlatformAtomics.h"#include "HAL/UnrealMemory.h"#include "Math/UnrealMathUtility.h"#include "Misc/AssertionMacros.h"#include "Misc/EnumClassFlags.h"#include "Serialization/Archive.h"#include "Serialization/MemoryImageWriter.h"#include "Serialization/MemoryLayout.h"#include "Templates/ChooseClass.h"#include "Templates/EnableIf.h"#include "Templates/Invoke.h"#include "Templates/UnrealTemplate.h"#include "Templates/UnrealTypeTraits.h"
Include dependency graph for BitArray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Freeze |
Typedefs | |
| template<typename Allocator , typename OtherAllocator > | |
| using | TConstDualBothSetBitIterator = TConstDualSetBitIterator<Allocator, OtherAllocator, true> |
| template<typename Allocator , typename OtherAllocator > | |
| using | TConstDualEitherSetBitIterator = TConstDualSetBitIterator<Allocator, OtherAllocator, false> |
Enumerations | |
| enum class | EBitwiseOperatorFlags { MaxSize = 1 << 0 , MinSize = 1 << 1 , MaintainSize = 1 << 2 , OneFillMissingBits = 1 << 4 } |
Functions | |
| template<typename Allocator > | |
| void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TBitArray< Allocator > &Object, const FTypeLayoutDesc &) |
| DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT (template< typename Allocator >, TBitArray< Allocator >) | |
| template<typename Allocator > | |
| FORCEINLINE uint32 | GetTypeHash (const TBitArray< Allocator > &BitArray) |
| template<typename Allocator > | |
| FArchive & | operator<< (FArchive &Ar, TBitArray< Allocator > &BitArray) |
| using TConstDualBothSetBitIterator = TConstDualSetBitIterator<Allocator, OtherAllocator, true> |
Definition at line 1993 of file BitArray.h.
| using TConstDualEitherSetBitIterator = TConstDualSetBitIterator<Allocator, OtherAllocator, false> |
Definition at line 1998 of file BitArray.h.
|
strong |
Flag enumeration for control bitwise operator functionality
Definition at line 58 of file BitArray.h.
| FORCEINLINE uint32 GetTypeHash | ( | const TBitArray< Allocator > & | BitArray | ) |
Definition at line 1736 of file BitArray.h.