Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanBitmap Class Reference
#include <XalanBitmap.hpp>
List of all members.
Public Types
Public Methods
Detailed Description
Member Typedef Documentation
typedef char XalanBitmap::UnitType |
|
Enumeration Value Documentation
XalanBitmap::eBitsPerUnit = 8 |
|
Constructor & Destructor Documentation
XalanBitmap::XalanBitmap (
|
unsigned long theSize) |
|
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
void XalanBitmap::clear (
|
unsigned long theBit) |
|
Clear a bit.
-
Parameters:
-
theBit
|
The number of the bit to clear.
|
void XalanBitmap::clearAll () |
|
unsigned long XalanBitmap::getSize () const |
|
Get the size of the map.
-
Returns:
-
The number of bits in the map.
bool XalanBitmap::isSet (
|
unsigned long 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.
void XalanBitmap::set (
|
unsigned long theBit) |
|
Set a bit.
-
Parameters:
-
theBit
|
The number of the bit to set.
|
void XalanBitmap::toggle (
|
unsigned long theBit) |
|
Toggle a bit.
-
Parameters:
-
theBit
|
The number of the bit to toggle.
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|