Prototypes | |
| LALBitset * | XLALBitsetCreate (void) |
| Create a bitset. More... | |
| void | XLALBitsetDestroy (LALBitset *bs) |
| Destroy a bitset and its elements. More... | |
| int | XLALBitsetClear (LALBitset *bs) |
| Clear a bitset. More... | |
| int | XLALBitsetSet (LALBitset *bs, const UINT8 idx, const BOOLEAN is_set) |
| Set/unset a bit in the bitset. More... | |
| int | XLALBitsetGet (const LALBitset *bs, const UINT8 idx, BOOLEAN *is_set) |
| Get whether a bit in the bitset is set. More... | |