SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MR::BitArray Class Reference

Public Member Functions

 BitArray (int)
 
bool isOn (int) const
 
void set (int, bool)
 

Public Attributes

u8 * mArray
 
int mArraySize
 

Detailed Description

Definition at line 7 of file BitArray.hpp.

Constructor & Destructor Documentation

◆ BitArray()

MR::BitArray::BitArray ( int num)

Definition at line 5 of file BitArray.cpp.

Member Function Documentation

◆ isOn()

bool MR::BitArray::isOn ( int bitIdx) const

Definition at line 14 of file BitArray.cpp.

◆ set()

void MR::BitArray::set ( int bitIdx,
bool flag )

Definition at line 19 of file BitArray.cpp.

Member Data Documentation

◆ mArray

u8* MR::BitArray::mArray

Definition at line 15 of file BitArray.hpp.

◆ mArraySize

int MR::BitArray::mArraySize

Definition at line 16 of file BitArray.hpp.