Ark Server API (ASE) - 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 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 41 of file BitArray.h.

Constructor & Destructor Documentation

◆ FBitReference()

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

Definition at line 45 of file BitArray.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ operator bool()

FORCEINLINE FBitReference::operator bool ( ) const
inline

Definition at line 50 of file BitArray.h.

◆ operator=() [1/2]

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

Definition at line 54 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 98 of file BitArray.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ Data

uint32& FBitReference::Data
private

Definition at line 107 of file BitArray.h.

◆ Mask

uint32 FBitReference::Mask
private

Definition at line 108 of file BitArray.h.


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