blob: 166a026df63561c13da57523a3fd4bdfa79dfb00 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>XalanBitmap Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanBitmap" -->
<p><code>#include &lt;<a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for XalanBitmap:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanBitmap__coll__graph.png" border="0" usemap="#XalanBitmap_coll__map" alt="Collaboration graph"/></div>
<map name="XalanBitmap_coll__map" id="XalanBitmap_coll__map">
<area shape="rect" id="node2" href="classXalanVector.html" title="XalanVector\&lt; UnitType \&gt;" alt="" coords="5,5,189,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanBitmap-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>enum { <a class="el" href="classXalanBitmap.html#a64d4da536b44179c0479a49e439c4b6aad6eaa383f28d9c77c9b5e5fb22c1f5ba">eBitsPerUnit</a> = 8
}
<li>typedef char <a class="el" href="classXalanBitmap.html#a9a76cbe5f9dba0f6802b6af438cbaa26">UnitType</a>
<li>typedef size_t <a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanBitmap.html#aaef007f9a0315b85436b7fdbfe5f15b5">XalanBitmap</a> (MemoryManager &amp;theManager, <a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> theSize)
<dl class="el"><dd class="mdescRight">Construct an instance with room for the specified number of bits. <a href="#aaef007f9a0315b85436b7fdbfe5f15b5"></a><br/></dl><li><a class="el" href="classXalanBitmap.html#a53ab3622158e8ce36291ade40759b3a2">~XalanBitmap</a> ()
<li>bool <a class="el" href="classXalanBitmap.html#a2af082fd05e0b15fe43fb2ca6d90295e">isSet</a> (<a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> theBit) const
<dl class="el"><dd class="mdescRight">Determine if a bit is set. <a href="#a2af082fd05e0b15fe43fb2ca6d90295e"></a><br/></dl><li>void <a class="el" href="classXalanBitmap.html#a1cb38ebef6ab025c8ceb359cc4f677db">set</a> (<a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> theBit)
<dl class="el"><dd class="mdescRight">Set a bit. <a href="#a1cb38ebef6ab025c8ceb359cc4f677db"></a><br/></dl><li>void <a class="el" href="classXalanBitmap.html#ac1dd954c8d3b28977f714c3d2759c173">clear</a> (<a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> theBit)
<dl class="el"><dd class="mdescRight">Clear a bit. <a href="#ac1dd954c8d3b28977f714c3d2759c173"></a><br/></dl><li>void <a class="el" href="classXalanBitmap.html#ab3a1426a785b8aab2fbb27d69f1025fa">toggle</a> (<a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> theBit)
<dl class="el"><dd class="mdescRight">Toggle a bit. <a href="#ab3a1426a785b8aab2fbb27d69f1025fa"></a><br/></dl><li>void <a class="el" href="classXalanBitmap.html#ade6fbf79d17d3ce83660fdccb950ddf6">clearAll</a> ()
<dl class="el"><dd class="mdescRight">Clear all of the bits. <a href="#ade6fbf79d17d3ce83660fdccb950ddf6"></a><br/></dl><li><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> <a class="el" href="classXalanBitmap.html#a2d362b5d85c040d43b44aeac24e86ea8">getSize</a> () const
<dl class="el"><dd class="mdescRight">Get the size of the map. <a href="#a2d362b5d85c040d43b44aeac24e86ea8"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00036">36</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aa33c28a0203d5a0c87910b0c26eb9206"></a><!-- doxytag: member="XalanBitmap::size_type" ref="aa33c28a0203d5a0c87910b0c26eb9206" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef size_t <a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">XalanBitmap::size_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00044">44</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a9a76cbe5f9dba0f6802b6af438cbaa26"></a><!-- doxytag: member="XalanBitmap::UnitType" ref="a9a76cbe5f9dba0f6802b6af438cbaa26" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef char <a class="el" href="classXalanBitmap.html#a9a76cbe5f9dba0f6802b6af438cbaa26">XalanBitmap::UnitType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00041">41</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="a64d4da536b44179c0479a49e439c4b6a"></a><!-- doxytag: member="XalanBitmap::@23" ref="a64d4da536b44179c0479a49e439c4b6a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">anonymous enum</td>
</tr>
</table>
</div>
<div class="memdoc">
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a64d4da536b44179c0479a49e439c4b6aad6eaa383f28d9c77c9b5e5fb22c1f5ba"></a><!-- doxytag: member="eBitsPerUnit" ref="a64d4da536b44179c0479a49e439c4b6aad6eaa383f28d9c77c9b5e5fb22c1f5ba" args="" -->eBitsPerUnit</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00051">51</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aaef007f9a0315b85436b7fdbfe5f15b5"></a><!-- doxytag: member="XalanBitmap::XalanBitmap" ref="aaef007f9a0315b85436b7fdbfe5f15b5" args="(MemoryManager &amp;theManager, size_type theSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanBitmap::XalanBitmap </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Construct an instance with room for the specified number of bits. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theSize</em>&nbsp;</td><td>The number of bits in the map. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a53ab3622158e8ce36291ade40759b3a2"></a><!-- doxytag: member="XalanBitmap::~XalanBitmap" ref="a53ab3622158e8ce36291ade40759b3a2" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanBitmap::~XalanBitmap </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ac1dd954c8d3b28977f714c3d2759c173"></a><!-- doxytag: member="XalanBitmap::clear" ref="ac1dd954c8d3b28977f714c3d2759c173" args="(size_type theBit)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XalanBitmap::clear </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theBit</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Clear a bit. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theBit</em>&nbsp;</td><td>The number of the bit to clear. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00098">98</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ade6fbf79d17d3ce83660fdccb950ddf6"></a><!-- doxytag: member="XalanBitmap::clearAll" ref="ade6fbf79d17d3ce83660fdccb950ddf6" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XalanBitmap::clearAll </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Clear all of the bits. </p>
</div>
</div>
<a class="anchor" id="a2d362b5d85c040d43b44aeac24e86ea8"></a><!-- doxytag: member="XalanBitmap::getSize" ref="a2d362b5d85c040d43b44aeac24e86ea8" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a> XalanBitmap::getSize </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the size of the map. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The number of bits in the map. </dd></dl>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00130">130</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2af082fd05e0b15fe43fb2ca6d90295e"></a><!-- doxytag: member="XalanBitmap::isSet" ref="a2af082fd05e0b15fe43fb2ca6d90295e" args="(size_type theBit) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XalanBitmap::isSet </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theBit</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Determine if a bit is set. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theBit</em>&nbsp;</td><td>The number of the bit to check. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the bit is set, false if not. </dd></dl>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00072">72</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1cb38ebef6ab025c8ceb359cc4f677db"></a><!-- doxytag: member="XalanBitmap::set" ref="a1cb38ebef6ab025c8ceb359cc4f677db" args="(size_type theBit)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XalanBitmap::set </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theBit</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set a bit. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theBit</em>&nbsp;</td><td>The number of the bit to set. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00085">85</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ab3a1426a785b8aab2fbb27d69f1025fa"></a><!-- doxytag: member="XalanBitmap::toggle" ref="ab3a1426a785b8aab2fbb27d69f1025fa" args="(size_type theBit)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XalanBitmap::toggle </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanBitmap.html#aa33c28a0203d5a0c87910b0c26eb9206">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theBit</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Toggle a bit. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theBit</em>&nbsp;</td><td>The number of the bit to toggle. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="XalanBitmap_8hpp_source.html#l00111">111</a> of file <a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanBitmap_8hpp_source.html">XalanBitmap.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>