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

📄 class_plugin_thread_pool_1_1mem__fun3__t.html

📁 用vc++写的一个简单的线程池的代码
💻 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>ThreadPool: PluginThreadPool::mem_fun3_t&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt; Class Template 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="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="functions.html"><span>Class&nbsp;Members</span></a></li>  </ul></div><div class="nav"><a class="el" href="namespace_plugin_thread_pool.html">PluginThreadPool</a>::<a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html">mem_fun3_t</a></div><h1>PluginThreadPool::mem_fun3_t&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt; Class Template Reference</h1><!-- doxytag: class="PluginThreadPool::mem_fun3_t" --><code>#include &lt;<a class="el" href="_command_8h-source.html">Command.h</a>&gt;</code><p>Collaboration diagram for PluginThreadPool::mem_fun3_t&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;:<p><center><img src="class_plugin_thread_pool_1_1mem__fun3__t__coll__graph.jpg" border="0" usemap="#_plugin_thread_pool_1_1mem__fun3__t_3_01___ret_00_01___class_00_01__arg1_00_01__arg2_00_01__arg3_01_4__coll__map" alt="Collaboration graph"></center><center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_plugin_thread_pool_1_1mem__fun3__t-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="class_plugin_thread_pool_1_1mem__fun3__t.html#2b6b660bb4f484327b497560aa8545f8">mem_fun3_t</a> (_Ret(_Class::*_Pm)(_arg1, _arg2, _arg3))</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">_Ret&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html#9f5fb27ce6953b609bc028b22e534821">operator()</a> (_Class *_P, _arg1 arg1, _arg2 arg2, _arg3 arg3) const </td></tr><tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">_Ret(_Class::*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html#35437ff8c6b27501a6aece3419b55fe4">m_Ptr</a> )(_arg1, _arg2, _arg3)</td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2><h3>template&lt;typename _Ret, typename _Class, typename _arg1, typename _arg2, typename _arg3&gt;<br> class PluginThreadPool::mem_fun3_t&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;</h3><p><p>Definition at line <a class="el" href="_command_8h-source.html#l00025">25</a> of file <a class="el" href="_command_8h-source.html">Command.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2><a class="anchor" name="2b6b660bb4f484327b497560aa8545f8"></a><!-- doxytag: member="PluginThreadPool::mem_fun3_t::mem_fun3_t" ref="2b6b660bb4f484327b497560aa8545f8" args="(_Ret(_Class::*_Pm)(_arg1, _arg2, _arg3))" --><div class="memitem"><div class="memproto"><div class="memtemplate">template&lt;typename _Ret, typename _Class, typename _arg1, typename _arg2, typename _arg3&gt; </div>      <table class="memname">        <tr>          <td class="memname"><a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html">PluginThreadPool::mem_fun3_t</a>&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;::<a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html">mem_fun3_t</a>           </td>          <td>(</td>          <td class="paramtype">_Ret(_Class::*)(_arg1, _arg2, _arg3)&nbsp;</td>          <td class="paramname"> <em>_Pm</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"><code> [inline, explicit]</code></td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="_command_8h-source.html#l00028">28</a> of file <a class="el" href="_command_8h-source.html">Command.h</a>.</div></div><p><hr><h2>Member Function Documentation</h2><a class="anchor" name="9f5fb27ce6953b609bc028b22e534821"></a><!-- doxytag: member="PluginThreadPool::mem_fun3_t::operator()" ref="9f5fb27ce6953b609bc028b22e534821" args="(_Class *_P, _arg1 arg1, _arg2 arg2, _arg3 arg3) const " --><div class="memitem"><div class="memproto"><div class="memtemplate">template&lt;typename _Ret, typename _Class, typename _arg1, typename _arg2, typename _arg3&gt; </div>      <table class="memname">        <tr>          <td class="memname">_Ret <a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html">PluginThreadPool::mem_fun3_t</a>&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;::operator()           </td>          <td>(</td>          <td class="paramtype">_Class *&nbsp;</td>          <td class="paramname"> <em>_P</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">_arg1&nbsp;</td>          <td class="paramname"> <em>arg1</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">_arg2&nbsp;</td>          <td class="paramname"> <em>arg2</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">_arg3&nbsp;</td>          <td class="paramname"> <em>arg3</em></td><td>&nbsp;</td>        </tr>        <tr>          <td></td>          <td>)</td>          <td></td><td></td><td width="100%"> const<code> [inline]</code></td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="_command_8h-source.html#l00034">34</a> of file <a class="el" href="_command_8h-source.html">Command.h</a>.<p>References <a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html#35437ff8c6b27501a6aece3419b55fe4">PluginThreadPool::mem_fun3_t&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;::m_Ptr</a>.</div></div><p><hr><h2>Member Data Documentation</h2><a class="anchor" name="35437ff8c6b27501a6aece3419b55fe4"></a><!-- doxytag: member="PluginThreadPool::mem_fun3_t::m_Ptr" ref="35437ff8c6b27501a6aece3419b55fe4" args=")(_arg1, _arg2, _arg3)" --><div class="memitem"><div class="memproto"><div class="memtemplate">template&lt;typename _Ret, typename _Class, typename _arg1, typename _arg2, typename _arg3&gt; </div>      <table class="memname">        <tr>          <td class="memname">_Ret(_Class::* <a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html">PluginThreadPool::mem_fun3_t</a>&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;::<a class="el" href="class_plugin_thread_pool_1_1mem__fun3__t.html#35437ff8c6b27501a6aece3419b55fe4">m_Ptr</a>)(_arg1, _arg2, _arg3)<code> [private]</code>          </td>        </tr>      </table></div><div class="memdoc"><p><p>Referenced by <a class="el" href="_command_8h-source.html#l00034">PluginThreadPool::mem_fun3_t&lt; _Ret, _Class, _arg1, _arg2, _arg3 &gt;::operator()()</a>.</div></div><p><hr>The documentation for this class was generated from the following file:<ul><li>D:/Coding/MMLADC_workarea/MMLADCNewDesign/ThreadPool/<a class="el" href="_command_8h-source.html">Command.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Sun Jan 20 13:16:04 2008 for ThreadPool 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>

⌨️ 快捷键说明

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