#include <xalanc/PlatformSupport/XalanBitmap.hpp>
Definition at line 36 of file XalanBitmap.hpp.
◆ size_type
◆ UnitType
◆ anonymous enum
◆ XalanBitmap()
xalanc::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()
xalanc::XalanBitmap::~XalanBitmap |
( |
| ) |
|
◆ clear()
void xalanc::XalanBitmap::clear |
( |
size_type |
theBit | ) |
|
|
inline |
Clear a bit.
- Parameters
-
theBit | The number of the bit to clear. |
Definition at line 98 of file XalanBitmap.hpp.
◆ clearAll()
void xalanc::XalanBitmap::clearAll |
( |
| ) |
|
◆ getSize()
size_type xalanc::XalanBitmap::getSize |
( |
| ) |
const |
|
inline |
Get the size of the map.
- Returns
- The number of bits in the map.
Definition at line 130 of file XalanBitmap.hpp.
◆ isSet()
bool xalanc::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()
void xalanc::XalanBitmap::set |
( |
size_type |
theBit | ) |
|
|
inline |
Set a bit.
- Parameters
-
theBit | The number of the bit to set. |
Definition at line 85 of file XalanBitmap.hpp.
◆ toggle()
void xalanc::XalanBitmap::toggle |
( |
size_type |
theBit | ) |
|
|
inline |
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: