⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 apr__inherit_8h-source.html

📁 apr函数库使用手册
💻 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>Apache Portable Runtime: apr_inherit.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>apr_inherit.h</h1><a href="apr__inherit_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span>
00002 <span class="comment"> * applicable.</span>
00003 <span class="comment"> *</span>
00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
00006 <span class="comment"> * You may obtain a copy of the License at</span>
00007 <span class="comment"> *</span>
00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
00009 <span class="comment"> *</span>
00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
00014 <span class="comment"> * limitations under the License.</span>
00015 <span class="comment"> */</span>
00016 
00017 <span class="preprocessor">#ifndef APR_INHERIT_H</span>
00018 <span class="preprocessor"></span><span class="preprocessor">#define APR_INHERIT_H</span>
00019 <span class="preprocessor"></span><span class="comment"></span>
00020 <span class="comment">/**</span>
00021 <span class="comment"> * @file apr_inherit.h </span>
00022 <span class="comment"> * @brief APR File Handle Inheritance Helpers</span>
00023 <span class="comment"> * @remark This internal header includes internal declaration helpers </span>
00024 <span class="comment"> * for other headers to declare apr_foo_inherit_[un]set functions.</span>
00025 <span class="comment"> */</span>
00026 <span class="comment"></span>
00027 <span class="comment">/**</span>
00028 <span class="comment"> * Prototype for type-specific declarations of apr_foo_inherit_set </span>
00029 <span class="comment"> * functions.  </span>
00030 <span class="comment"> * @remark Doxygen unwraps this macro (via doxygen.conf) to provide </span>
00031 <span class="comment"> * actual help for each specific occurance of apr_foo_inherit_set.</span>
00032 <span class="comment"> * @remark the linkage is specified for APR. It would be possible to expand</span>
00033 <span class="comment"> *       the macros to support other linkages.</span>
00034 <span class="comment"> */</span>
<a name="l00035"></a><a class="code" href="apr__inherit_8h.html#a0">00035</a> <span class="preprocessor">#define APR_DECLARE_INHERIT_SET(type) \</span>
00036 <span class="preprocessor">    APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \</span>
00037 <span class="preprocessor">                                          apr_##type##_t *the##type)</span>
00038 <span class="preprocessor"></span><span class="comment"></span>
00039 <span class="comment">/**</span>
00040 <span class="comment"> * Prototype for type-specific declarations of apr_foo_inherit_unset </span>
00041 <span class="comment"> * functions.  </span>
00042 <span class="comment"> * @remark Doxygen unwraps this macro (via doxygen.conf) to provide </span>
00043 <span class="comment"> * actual help for each specific occurance of apr_foo_inherit_unset.</span>
00044 <span class="comment"> * @remark the linkage is specified for APR. It would be possible to expand</span>
00045 <span class="comment"> *       the macros to support other linkages.</span>
00046 <span class="comment"> */</span>
<a name="l00047"></a><a class="code" href="apr__inherit_8h.html#a1">00047</a> <span class="preprocessor">#define APR_DECLARE_INHERIT_UNSET(type) \</span>
00048 <span class="preprocessor">    APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \</span>
00049 <span class="preprocessor">                                          apr_##type##_t *the##type)</span>
00050 <span class="preprocessor"></span>
00051 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_INHERIT_H */</span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:18:25 2005 for Apache Portable Runtime by
<a href="../../../www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -