Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanBitmap Class Reference

List of all members.

Public Types

Public Member Functions


Member Typedef Documentation

typedef char XalanBitmap::UnitType

typedef size_t XalanBitmap::size_type


Member Enumeration Documentation

anonymous enum

Enumerator:
eBitsPerUnit 


Constructor & Destructor Documentation

XalanBitmap::XalanBitmap ( MemoryManagerType 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::~XalanBitmap (  ) 


Member Function Documentation

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.

void XalanBitmap::set ( size_type  theBit  ) 

Set a bit.

Parameters:
theBit The number of the bit to set.

void XalanBitmap::clear ( size_type  theBit  ) 

Clear a bit.

Parameters:
theBit The number of the bit to clear.

void XalanBitmap::toggle ( size_type  theBit  ) 

Toggle a bit.

Parameters:
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.

Returns:
The number of bits in the map.


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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo