nm_bv Struct Reference
[Bit Vectors]

Bit Vector. More...

#include <nm_bv.h>


Data Fields

int set_count
nm_u32_t * bitvec


Detailed Description

Bit Vector.

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.


Field Documentation

count of bits

Definition at line 32 of file nm_bv.h.

nm_u32_t* nm_bv::bitvec

count of set bits ('1')

Definition at line 33 of file nm_bv.h.


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

Generated on Wed Sep 1 09:40:57 2010 for NetManage by  doxygen 1.5.6