List of all members.
Public Types
Public Member Functions
Member Typedef Documentation
Member Enumeration Documentation
Constructor & Destructor Documentation
Construct an instance with room for the specified number of bits.
- Parameters:
-
theSize | The number of bits in the map. |
XalanBitmap::~XalanBitmap |
( |
| ) |
|
Member Function Documentation
Clear a bit.
- Parameters:
-
theBit | The number of the bit to clear. |
void XalanBitmap::clearAll |
( |
| ) |
|
Get the size of the map.
- Returns:
- The number of bits in the map.
bool XalanBitmap::isSet |
( |
size_type |
theBit | ) |
const |
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.
Set a bit.
- Parameters:
-
theBit | The number of the bit to set. |
Toggle a bit.
- Parameters:
-
theBit | The number of the bit to toggle. |
The documentation for this class was generated from the following file: