Bit vectors are an efficent method of keeping True/False information on a set of items or conditions.
More...
#include <avmplus.h>
List of all members.
Detailed Description
Bit vectors are an efficent method of keeping True/False information on a set of items or conditions.
Class BitSet provides functions to manipulate individual bits in the vector.
This object is not optimized for a fixed sized bit vector it instead allows for dynamically growing the bit vector.
Member Enumeration Documentation
Constructor & Destructor Documentation
| avmplus::BitSet::BitSet |
( |
|
) |
[inline] |
| avmplus::BitSet::~BitSet |
( |
|
) |
[inline] |
Member Function Documentation
| void avmplus::BitSet::clear |
( |
int |
bitNbr |
) |
[inline] |
| bool avmplus::BitSet::get |
( |
int |
bitNbr |
) |
const [inline] |
| void avmplus::BitSet::reset |
( |
|
) |
[inline] |
| void avmplus::BitSet::set |
( |
int |
bitNbr |
) |
[inline] |
The documentation for this class was generated from the following file: