#include <XalanBitmap.hpp>

Definition at line 36 of file XalanBitmap.hpp.
| typedef size_t XalanBitmap::size_type |
Definition at line 44 of file XalanBitmap.hpp.
| typedef char XalanBitmap::UnitType |
Definition at line 41 of file XalanBitmap.hpp.
| anonymous enum |
Definition at line 51 of file XalanBitmap.hpp.
| XalanBitmap::XalanBitmap | ( | MemoryManager & | theManager, | |
| size_type | theSize | |||
| ) |
Construct an instance with room for the specified number of bits.
| theSize | The number of bits in the map. |
| XalanBitmap::~XalanBitmap | ( | ) |
| void XalanBitmap::clear | ( | size_type | theBit | ) | [inline] |
Clear a bit.
| theBit | The number of the bit to clear. |
Definition at line 98 of file XalanBitmap.hpp.
| void XalanBitmap::clearAll | ( | ) |
Clear all of the bits.
| size_type XalanBitmap::getSize | ( | ) | const [inline] |
Get the size of the map.
Definition at line 130 of file XalanBitmap.hpp.
| bool XalanBitmap::isSet | ( | size_type | theBit | ) | const [inline] |
Determine if a bit is set.
| theBit | The number of the bit to check. |
Definition at line 72 of file XalanBitmap.hpp.
| void XalanBitmap::set | ( | size_type | theBit | ) | [inline] |
Set a bit.
| theBit | The number of the bit to set. |
Definition at line 85 of file XalanBitmap.hpp.
| void XalanBitmap::toggle | ( | size_type | theBit | ) | [inline] |
Toggle a bit.
| theBit | The number of the bit to toggle. |
Definition at line 111 of file XalanBitmap.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|