Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALBitset.h File Reference

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...
 

Go to the source code of this file.