Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 175dab679bc6804e9a6eb3a0598c67d2 > files > 30

rapidsvn-0.12.0-3.mga1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>SvnCpp: svn::Pool Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <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><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespacesvn.html">svn</a>::<a class="el" href="classsvn_1_1Pool.html">Pool</a>
  </div>
</div>
<div class="contents">
<h1>svn::Pool Class Reference</h1><!-- doxytag: class="svn::Pool" --><code>#include &lt;<a class="el" href="pool_8hpp-source.html">pool.hpp</a>&gt;</code>
<p>
<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="classsvn_1_1Pool.html#e5d7613a99843a980874fd020ffb8947">Pool</a> (apr_pool_t *parent=(apr_pool_t *) 0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsvn_1_1Pool.html#c491399397e4a84441613948ff44ab94">~Pool</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">apr_pool_t *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsvn_1_1Pool.html#6b2cf88a82b1b3805707a3a9e0b15567">pool</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsvn_1_1Pool.html#2dedc4f75b5e8e1988facebbaadf33e8">operator apr_pool_t *</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsvn_1_1Pool.html#2736a0938dce0dff8bfc07beb78882ed">renew</a> ()</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Class for encapsulation of apr/subversion pools <hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="e5d7613a99843a980874fd020ffb8947"></a><!-- doxytag: member="svn::Pool::Pool" ref="e5d7613a99843a980874fd020ffb8947" args="(apr_pool_t *parent=(apr_pool_t *) 0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">svn::Pool::Pool           </td>
          <td>(</td>
          <td class="paramtype">apr_pool_t *&nbsp;</td>
          <td class="paramname"> <em>parent</em> = <code>(apr_pool_t&nbsp;*)&nbsp;0</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
creates a subpool new pool to an existing pool<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>parent</em>&nbsp;</td><td>NULL -&gt; global pool </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="c491399397e4a84441613948ff44ab94"></a><!-- doxytag: member="svn::Pool::~Pool" ref="c491399397e4a84441613948ff44ab94" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual svn::Pool::~Pool           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="2dedc4f75b5e8e1988facebbaadf33e8"></a><!-- doxytag: member="svn::Pool::operator apr_pool_t *" ref="2dedc4f75b5e8e1988facebbaadf33e8" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">svn::Pool::operator apr_pool_t *           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
operator to return apr handle to the pool 
</div>
</div><p>
<a class="anchor" name="6b2cf88a82b1b3805707a3a9e0b15567"></a><!-- doxytag: member="svn::Pool::pool" ref="6b2cf88a82b1b3805707a3a9e0b15567" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">apr_pool_t* svn::Pool::pool           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>apr handle to the pool </dd></dl>

</div>
</div><p>
<a class="anchor" name="2736a0938dce0dff8bfc07beb78882ed"></a><!-- doxytag: member="svn::Pool::renew" ref="2736a0938dce0dff8bfc07beb78882ed" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void svn::Pool::renew           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
release pool and create a new one 
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="pool_8hpp-source.html">pool.hpp</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Oct 20 09:20:18 2009 for SvnCpp by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>