Ark Server API (ASA) - Wiki
|
#include <BitArray.h>
Public Member Functions | |
FORCEINLINE | FBitReference (uint32 &InData, uint32 InMask) |
FORCEINLINE | operator bool () const |
FORCEINLINE void | operator= (const bool NewValue) |
FORCEINLINE void | operator|= (const bool NewValue) |
FORCEINLINE void | operator&= (const bool NewValue) |
FORCEINLINE void | AtomicSet (const bool NewValue) |
FORCEINLINE FBitReference & | operator= (const FBitReference &Copy) |
Private Attributes | |
uint32 & | Data |
uint32 | Mask |
Used to read/write a bit in the array as a bool.
Definition at line 73 of file BitArray.h.
|
inline |
Definition at line 77 of file BitArray.h.
|
inline |
|
inline |
Definition at line 82 of file BitArray.h.
|
inline |
Definition at line 104 of file BitArray.h.
|
inline |
|
inline |
|
inline |
Definition at line 97 of file BitArray.h.
|
private |
Definition at line 154 of file BitArray.h.
|
private |
Definition at line 155 of file BitArray.h.