#include <SerializableBitSet.h>
Public Member Functions | |
| SerializableBitSet (int numBits) throw (exception) | |
| SerializableBitSet (const SerializableBitSet &src) throw (exception) | |
| virtual | ~SerializableBitSet () |
| void | load (int fd) throw (std::exception) |
| void | save (int fd) const throw (std::exception) |
| bool | testBit (int bitNum) const throw (std::exception) |
| void | setBit (int bitNum, bool newValue) throw (std::exception) |
| int | getBitCountForValue (bool value) const |
| int | getFirstIdxForValue (bool value) const |
| SerializableBitSet & | operator= (const SerializableBitSet &rhs) throw (exception) |
| bool | operator== (const SerializableBitSet &rhs) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.3.8