typedef char XalanBitmap::UnitType |
typedef size_t XalanBitmap::size_type |
XalanBitmap::XalanBitmap | ( | MemoryManagerType & | 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 | ( | ) |
bool XalanBitmap::isSet | ( | size_type | theBit | ) | const |
Determine if a bit is set.
theBit | The number of the bit to check. |
void XalanBitmap::set | ( | size_type | theBit | ) |
Set a bit.
theBit | The number of the bit to set. |
void XalanBitmap::clear | ( | size_type | theBit | ) |
Clear a bit.
theBit | The number of the bit to clear. |
void XalanBitmap::toggle | ( | size_type | theBit | ) |
Toggle a bit.
theBit | The number of the bit to toggle. |
void XalanBitmap::clearAll | ( | ) |
Clear all of the bits.
size_type XalanBitmap::getSize | ( | ) | const |
Get the size of the map.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|