GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
Bitset Struct Reference

A bitset spread across multiple uint32_t words. More...

#include <bitset.h>

Data Fields

uint32_t * w
 Word array of uint32_t to hold the bitset data.
 
uint32_t nbits
 Number of bits in a word, will be 32.
 
uint32_t nwords
 Number of words int the w array.
 
uint32_t cap
 Number of actual flags (nbits * nwords)
 

Detailed Description

A bitset spread across multiple uint32_t words.

Definition at line 39 of file bitset.h.

Field Documentation

◆ cap

uint32_t cap

Number of actual flags (nbits * nwords)

Definition at line 59 of file bitset.h.

◆ nbits

uint32_t nbits

Number of bits in a word, will be 32.

Definition at line 49 of file bitset.h.

◆ nwords

uint32_t nwords

Number of words int the w array.

Definition at line 54 of file bitset.h.

◆ w

uint32_t* w

Word array of uint32_t to hold the bitset data.

Definition at line 44 of file bitset.h.


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