Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 243222a43997d44a8ac787d018c9535c > files > 35

apr-docs-1.2.7-11.el5_6.5.x86_64.rpm

<!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>Apache Portable Runtime: apr_inherit.h 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.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</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>Globals</span></a></li>
  </ul></div>
<h1>apr_inherit.h File Reference</h1>APR File Handle Inheritance Helpers <dl compact><dt><b>Remarks:</b></dt><dd>This internal header includes internal declaration helpers for other headers to declare apr_foo_inherit_[un]set functions. </dd></dl>
<a href="#_details">More...</a>
<p>

<p>
<a href="apr__inherit_8h-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>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="apr__inherit_8h.html#e2bb81607ba73c6731ab69050d8e1e28">APR_DECLARE_INHERIT_SET</a>(type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apr__inherit_8h.html#899e9375ba3f5b0d3671a0e06268708b">APR_DECLARE_INHERIT_UNSET</a>(type)</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
APR File Handle Inheritance Helpers <dl compact><dt><b>Remarks:</b></dt><dd>This internal header includes internal declaration helpers for other headers to declare apr_foo_inherit_[un]set functions. </dd></dl>

<p>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="e2bb81607ba73c6731ab69050d8e1e28"></a><!-- doxytag: member="apr_inherit.h::APR_DECLARE_INHERIT_SET" ref="e2bb81607ba73c6731ab69050d8e1e28" args="(type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define APR_DECLARE_INHERIT_SET          </td>
          <td>(</td>
          <td class="paramtype">type&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<b>Value:</b><div class="fragment"><pre class="fragment"><a class="code" href="group__apr__platform.html#g4a5cbc739c4e19ab450020163d0899d4">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>) apr_<span class="preprocessor">##type##_inherit_set( \</span>
<span class="preprocessor">                                          apr_##type##_t *the##type)</span>
</pre></div>Prototype for type-specific declarations of apr_foo_inherit_set functions. <dl compact><dt><b>Remarks:</b></dt><dd>Doxygen unwraps this macro (via doxygen.conf) to provide actual help for each specific occurance of apr_foo_inherit_set. <p>
the linkage is specified for APR. It would be possible to expand the macros to support other linkages. </dd></dl>

</div>
</div><p>
<a class="anchor" name="899e9375ba3f5b0d3671a0e06268708b"></a><!-- doxytag: member="apr_inherit.h::APR_DECLARE_INHERIT_UNSET" ref="899e9375ba3f5b0d3671a0e06268708b" args="(type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define APR_DECLARE_INHERIT_UNSET          </td>
          <td>(</td>
          <td class="paramtype">type&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<b>Value:</b><div class="fragment"><pre class="fragment"><a class="code" href="group__apr__platform.html#g4a5cbc739c4e19ab450020163d0899d4">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>) apr_<span class="preprocessor">##type##_inherit_unset( \</span>
<span class="preprocessor">                                          apr_##type##_t *the##type)</span>
</pre></div>Prototype for type-specific declarations of apr_foo_inherit_unset functions. <dl compact><dt><b>Remarks:</b></dt><dd>Doxygen unwraps this macro (via doxygen.conf) to provide actual help for each specific occurance of apr_foo_inherit_unset. <p>
the linkage is specified for APR. It would be possible to expand the macros to support other linkages. </dd></dl>

</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue May 31 12:43:38 2011 for Apache Portable Runtime by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>