XQuilla/docs/simple-api/ReferenceCounted_8hpp.html
2020-02-17 22:08:05 +01:00

270 lines
13 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>XQilla Simple API: ReferenceCounted.hpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>ReferenceCounted.hpp File Reference</h1><code>#include &lt;xqilla/framework/XQillaExport.hpp&gt;</code><br>
<code>#include &lt;<a class="el" href="MemoryManager_8hpp-source.html">xercesc/framework/MemoryManager.hpp</a>&gt;</code><br>
<p>
Include dependency graph for ReferenceCounted.hpp:<p><center><img src="ReferenceCounted_8hpp__incl.png" border="0" usemap="#ReferenceCounted.hpp_map" alt=""></center>
<map name="ReferenceCounted.hpp_map">
<area href="MemoryManager_8hpp.html" shape="rect" coords="217,56,481,80" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="ReferenceCounted_8hpp__dep__incl.png" border="0" usemap="#ReferenceCounted.hppdep_map" alt=""></center>
<map name="ReferenceCounted.hppdep_map">
<area href="Item_8hpp.html" shape="rect" coords="216,442,290,466" alt="">
<area href="Timezone_8hpp.html" shape="rect" coords="810,394,917,418" alt="">
<area href="AnyAtomicType_8hpp.html" shape="rect" coords="338,298,480,322" alt="">
<area href="Result_8hpp.html" shape="rect" coords="366,442,452,466" alt="">
<area href="Numeric_8hpp.html" shape="rect" coords="584,7,680,31" alt="">
<area href="ATStringOrDerived_8hpp.html" shape="rect" coords="784,33,944,57" alt="">
<area href="ATQNameOrDerived_8hpp.html" shape="rect" coords="546,106,717,130" alt="">
<area href="ATBooleanOrDerived_8hpp.html" shape="rect" coords="545,154,718,178" alt="">
<area href="ATDurationOrDerived_8hpp.html" shape="rect" coords="544,202,720,226" alt="">
<area href="ATAnyURIOrDerived_8hpp.html" shape="rect" coords="548,250,716,274" alt="">
<area href="DateOrTimeType_8hpp.html" shape="rect" coords="558,298,705,322" alt="">
<area href="ATUntypedAtomic_8hpp.html" shape="rect" coords="554,346,709,370" alt="">
<area href="ATAnySimpleType_8hpp.html" shape="rect" coords="554,394,709,418" alt="">
<area href="ATBase64BinaryOrDerived_8hpp.html" shape="rect" coords="528,442,736,466" alt="">
<area href="ATHexBinaryOrDerived_8hpp.html" shape="rect" coords="538,490,725,514" alt="">
<area href="ATNotationOrDerived_8hpp.html" shape="rect" coords="545,538,718,562" alt="">
</map>
<p>
<a href="ReferenceCounted_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReferenceCounted.html">ReferenceCounted</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Super class for reference counted classes. <a href="classReferenceCounted.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRefCountPointer.html">RefCountPointer&lt; T &gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Super class of all the reference counted wrappers for Items. <a href="classRefCountPointer.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ReferenceCounted_8hpp.html#0b9d38d36c9739bb9e286ea387daea2b">NULLRCP</a>&nbsp;&nbsp;&nbsp;((void *)0)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T1, class T2&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="ReferenceCounted_8hpp.html#579cc4195b4828fa122c6ba6871fbe43">operator==</a> (const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T1 &gt; &amp;a, const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T2 &gt; &amp;b)</td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T1, class T2&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="ReferenceCounted_8hpp.html#a9b8cf293c3af2483f499e2c1b2eb2f2">operator!=</a> (const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T1 &gt; &amp;a, const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T2 &gt; &amp;b)</td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="ReferenceCounted_8hpp.html#88d1774a3c96b055a9321c8f40e11a66">operator==</a> (const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T &gt; &amp;a, void *b)</td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="ReferenceCounted_8hpp.html#1982d9cc460432086a45091e2e8324c9">operator!=</a> (const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T &gt; &amp;a, void *b)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="0b9d38d36c9739bb9e286ea387daea2b"></a><!-- doxytag: member="ReferenceCounted.hpp::NULLRCP" ref="0b9d38d36c9739bb9e286ea387daea2b" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define NULLRCP&nbsp;&nbsp;&nbsp;((void *)0) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="1982d9cc460432086a45091e2e8324c9"></a><!-- doxytag: member="ReferenceCounted.hpp::operator!=" ref="1982d9cc460432086a45091e2e8324c9" args="(const RefCountPointer&lt; T &gt; &amp;a, void *b)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="mdPrefix" colspan="4">
template&lt;class T&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">bool operator!= </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>a</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>void *&nbsp;</td>
<td class="mdname" nowrap> <em>b</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="a9b8cf293c3af2483f499e2c1b2eb2f2"></a><!-- doxytag: member="ReferenceCounted.hpp::operator!=" ref="a9b8cf293c3af2483f499e2c1b2eb2f2" args="(const RefCountPointer&lt; T1 &gt; &amp;a, const RefCountPointer&lt; T2 &gt; &amp;b)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="mdPrefix" colspan="4">
template&lt;class T1, class T2&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">bool operator!= </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T1 &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>a</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T2 &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>b</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="88d1774a3c96b055a9321c8f40e11a66"></a><!-- doxytag: member="ReferenceCounted.hpp::operator==" ref="88d1774a3c96b055a9321c8f40e11a66" args="(const RefCountPointer&lt; T &gt; &amp;a, void *b)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="mdPrefix" colspan="4">
template&lt;class T&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">bool operator== </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>a</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>void *&nbsp;</td>
<td class="mdname" nowrap> <em>b</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="579cc4195b4828fa122c6ba6871fbe43"></a><!-- doxytag: member="ReferenceCounted.hpp::operator==" ref="579cc4195b4828fa122c6ba6871fbe43" args="(const RefCountPointer&lt; T1 &gt; &amp;a, const RefCountPointer&lt; T2 &gt; &amp;b)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="mdPrefix" colspan="4">
template&lt;class T1, class T2&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">bool operator== </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T1 &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>a</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const <a class="el" href="classRefCountPointer.html">RefCountPointer</a>&lt; T2 &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>b</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 12 16:52:06 2007 for XQilla Simple API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>