#include <nm_bv.h>
Data Fields | |
| int | set_count |
| nm_u32_t * | bitvec |
This data structure implements a bit vector. The structure can be defined on the stack or globally, but must be initialized to all zeroes before calling the set or reset bit functions. The bit vector array memory is allocate as needed by the set and reset functions.
Definition at line 30 of file nm_bv.h.
| int nm_bv::set_count |
| nm_u32_t* nm_bv::bitvec |
1.5.6