A bitset spread across multiple uint32_t words.
More...
#include <bitset.h>
|
| 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)
|
| |
A bitset spread across multiple uint32_t words.
Definition at line 39 of file bitset.h.
◆ cap
Number of actual flags (nbits * nwords)
Definition at line 59 of file bitset.h.
◆ nbits
Number of bits in a word, will be 32.
Definition at line 49 of file bitset.h.
◆ nwords
Number of words int the w array.
Definition at line 54 of file bitset.h.
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: