XQuilla/docs/simple-api/classReferenceCounted.html
2020-02-17 22:14:54 +01:00

160 lines
7.5 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 Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.5.1 -->
<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 id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li><a href="annotated.html"><span>Class&nbsp;List</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>
<h1>ReferenceCounted Class Reference</h1><!-- doxytag: class="ReferenceCounted" -->Super class for reference counted classes.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="ReferenceCounted_8hpp-source.html">ReferenceCounted.hpp</a>&gt;</code>
<p>
Inheritance diagram for ReferenceCounted:<p><center><img src="classReferenceCounted__inherit__graph.png" border="0" usemap="#ReferenceCounted__inherit__map" alt="Inheritance graph"></center>
<map name="ReferenceCounted__inherit__map">
<area href="classItem.html" shape="rect" coords="160,82,211,106" alt="">
<area href="classResultImpl.html" shape="rect" coords="256,82,350,106" alt="">
<area href="classTimezone.html" shape="rect" coords="374,82,462,106" alt="">
<area href="classAnyAtomicType.html" shape="rect" coords="6,156,134,180" alt="">
<area href="classNode.html" shape="rect" coords="158,156,214,180" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classReferenceCounted-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReferenceCounted.html#5dc30ae895897b5008dc71ea26f175a1">ReferenceCounted</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReferenceCounted.html#039b1f45b252a226c55598f31e3993cc">~ReferenceCounted</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReferenceCounted.html#c2b09bdd59353aa7a5c768a6b155da15">incrementRefCount</a> () const</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Increment the reference count. <a href="#c2b09bdd59353aa7a5c768a6b155da15"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReferenceCounted.html#e2ce9579b7e6e8b218e9bb9a7633775c">decrementRefCount</a> () const</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Decrement the reference count, deleting if it becomes zero. <a href="#e2ce9579b7e6e8b218e9bb9a7633775c"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReferenceCounted.html#09e5d033e5224cd8b94cdc061cb56fe0">_ref_count</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Super class for reference counted classes.
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5dc30ae895897b5008dc71ea26f175a1"></a><!-- doxytag: member="ReferenceCounted::ReferenceCounted" ref="5dc30ae895897b5008dc71ea26f175a1" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ReferenceCounted::ReferenceCounted </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="039b1f45b252a226c55598f31e3993cc"></a><!-- doxytag: member="ReferenceCounted::~ReferenceCounted" ref="039b1f45b252a226c55598f31e3993cc" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual ReferenceCounted::~ReferenceCounted </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="c2b09bdd59353aa7a5c768a6b155da15"></a><!-- doxytag: member="ReferenceCounted::incrementRefCount" ref="c2b09bdd59353aa7a5c768a6b155da15" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ReferenceCounted::incrementRefCount </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Increment the reference count.
<p>
</div>
</div><p>
<a class="anchor" name="e2ce9579b7e6e8b218e9bb9a7633775c"></a><!-- doxytag: member="ReferenceCounted::decrementRefCount" ref="e2ce9579b7e6e8b218e9bb9a7633775c" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void ReferenceCounted::decrementRefCount </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Decrement the reference count, deleting if it becomes zero.
<p>
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="09e5d033e5224cd8b94cdc061cb56fe0"></a><!-- doxytag: member="ReferenceCounted::_ref_count" ref="09e5d033e5224cd8b94cdc061cb56fe0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int <a class="el" href="classReferenceCounted.html#09e5d033e5224cd8b94cdc061cb56fe0">ReferenceCounted::_ref_count</a><code> [protected]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ReferenceCounted_8hpp-source.html">ReferenceCounted.hpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:09 2008 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.5.1 </small></address>
</body>
</html>