![]() |
Ark Server API (ASE) - Wiki
|
#include <BitArray.h>
Public Member Functions | |
| FScriptBitArray () | |
| bool | IsValidIndex (int32 Index) const |
| FBitReference | operator[] (int32 Index) |
| FConstBitReference | operator[] (int32 Index) const |
| void | Empty (int32 Slack=0) |
| int32 | Add (const bool Value) |
| FScriptBitArray (const FScriptBitArray &) | |
| void | operator= (const FScriptBitArray &) |
Private Types | |
| typedef FDefaultBitArrayAllocator::ForElementType< uint32 > | AllocatorType |
Private Member Functions | |
| FORCEINLINE uint32 * | GetData () |
| FORCEINLINE const uint32 * | GetData () const |
| FORCENOINLINE void | Realloc (int32 PreviousNumBits) |
| FORCENOINLINE void | ReallocGrow (int32 PreviousNumBits) |
Static Private Member Functions | |
| static void | CheckConstraints () |
Private Attributes | |
| AllocatorType | AllocatorInstance |
| int32 | NumBits |
| int32 | MaxBits |
Definition at line 953 of file BitArray.h.
|
private |
Definition at line 1010 of file BitArray.h.
|
inline |
Minimal initialization constructor.
| Value | - The value to initial the bits to. |
| InNumBits | - The initial number of bits in the array. |
Definition at line 961 of file BitArray.h.
|
inline |
Definition at line 1085 of file BitArray.h.
|
inline |
Definition at line 997 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticprivate |
|
inline |
Definition at line 984 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1037 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1042 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 1086 of file BitArray.h.
|
inline |
Definition at line 972 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 978 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1047 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1064 of file BitArray.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1012 of file BitArray.h.
|
private |
Definition at line 1014 of file BitArray.h.
|
private |
Definition at line 1013 of file BitArray.h.