Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FBitReference Class Reference

#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 FBitReferenceoperator= (const FBitReference &Copy)
 

Private Attributes

uint32Data
 
uint32 Mask
 

Detailed Description

Used to read/write a bit in the array as a bool.

Definition at line 73 of file BitArray.h.

Constructor & Destructor Documentation

◆ FBitReference()

FORCEINLINE FBitReference::FBitReference ( uint32 & InData,
uint32 InMask )
inline

Definition at line 77 of file BitArray.h.

Member Function Documentation

◆ AtomicSet()

FORCEINLINE void FBitReference::AtomicSet ( const bool NewValue)
inline

Definition at line 111 of file BitArray.h.

+ Here is the call graph for this function:

◆ operator bool()

FORCEINLINE FBitReference::operator bool ( ) const
inline

Definition at line 82 of file BitArray.h.

◆ operator&=()

FORCEINLINE void FBitReference::operator&= ( const bool NewValue)
inline

Definition at line 104 of file BitArray.h.

◆ operator=() [1/2]

FORCEINLINE void FBitReference::operator= ( const bool NewValue)
inline

Definition at line 86 of file BitArray.h.

+ Here is the caller graph for this function:

◆ operator=() [2/2]

FORCEINLINE FBitReference & FBitReference::operator= ( const FBitReference & Copy)
inline

Definition at line 145 of file BitArray.h.

+ Here is the call graph for this function:

◆ operator|=()

FORCEINLINE void FBitReference::operator|= ( const bool NewValue)
inline

Definition at line 97 of file BitArray.h.

Member Data Documentation

◆ Data

uint32& FBitReference::Data
private

Definition at line 154 of file BitArray.h.

◆ Mask

uint32 FBitReference::Mask
private

Definition at line 155 of file BitArray.h.


The documentation for this class was generated from the following file: