#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 |
◆ 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.
References eBitsPerUnit.
◆ set()
void xalanc::XalanBitmap::set |
( |
size_type | theBit | ) |
|
|
inline |
◆ toggle()
void xalanc::XalanBitmap::toggle |
( |
size_type | theBit | ) |
|
|
inline |
The documentation for this class was generated from the following file: