#include <XalanBitmap.hpp>
Definition at line 36 of file XalanBitmap.hpp.
XalanBitmap::XalanBitmap |
( |
MemoryManager & |
theManager, |
|
|
size_type |
theSize |
|
) |
| |
Construct an instance with room for the specified number of bits.
- Parameters
-
theSize | The number of bits in the map. |
XalanBitmap::~XalanBitmap |
( |
) | |
|
Clear a bit.
- Parameters
-
theBit | The number of the bit to clear. |
Definition at line 98 of file XalanBitmap.hpp.
void XalanBitmap::clearAll |
( |
) | |
|
Get the size of the map.
- Returns
- The number of bits in the map.
Definition at line 130 of file XalanBitmap.hpp.
bool XalanBitmap::isSet |
( |
size_type |
theBit) | |
const |
|
inline |
Determine if a bit is set.
- Parameters
-
theBit | The number of the bit to check. |
- Returns
- true if the bit is set, false if not.
Definition at line 72 of file XalanBitmap.hpp.
Set a bit.
- Parameters
-
theBit | The number of the bit to set. |
Definition at line 85 of file XalanBitmap.hpp.
Toggle a bit.
- Parameters
-
theBit | The number of the bit to toggle. |
Definition at line 111 of file XalanBitmap.hpp.
The documentation for this class was generated from the following file: