This commit is contained in:
manojsdoshi
2020-04-24 01:09:47 +00:00
parent 4ad595bf18
commit 430f6c0cf3
2864 changed files with 304301 additions and 292875 deletions

View File

@@ -113,8 +113,8 @@ Public Member Functions</h2></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:a1edb5b62c6316e4cd3bbed36d2aed0d3"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/list.html">std::list</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt; <a class="el" href="classripple_1_1PeerFinder_1_1Sim_1_1FunctionQueue_1_1BasicWork.html">BasicWork</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1PeerFinder_1_1Sim_1_1FunctionQueue.html#a1edb5b62c6316e4cd3bbed36d2aed0d3">m_work</a></td></tr>
<tr class="separator:a1edb5b62c6316e4cd3bbed36d2aed0d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5c04a7dabadb2ad35f7f248848bfacd3"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/list.html">std::list</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt; <a class="el" href="classripple_1_1PeerFinder_1_1Sim_1_1FunctionQueue_1_1BasicWork.html">BasicWork</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1PeerFinder_1_1Sim_1_1FunctionQueue.html#a5c04a7dabadb2ad35f7f248848bfacd3">m_work</a></td></tr>
<tr class="separator:a5c04a7dabadb2ad35f7f248848bfacd3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Maintains a queue of functors that can be called later. </p>
@@ -164,7 +164,7 @@ Private Attributes</h2></td></tr>
<p>Returns <code>true</code> if there is no remaining work. </p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00059">59</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00066">66</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
</div>
</div>
@@ -189,7 +189,7 @@ template&lt;typename Function &gt; </div>
<p>Queue a function. </p>
<p>Function must be callable with this signature: void (void) </p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00067">67</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00077">77</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
</div>
</div>
@@ -211,13 +211,13 @@ template&lt;typename Function &gt; </div>
<p>Run all pending functions. </p>
<p>The functions will be invoked in the order they were queued. </p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00075">75</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00086">86</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="a1edb5b62c6316e4cd3bbed36d2aed0d3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1edb5b62c6316e4cd3bbed36d2aed0d3">&#9670;&nbsp;</a></span>m_work</h2>
<a id="a5c04a7dabadb2ad35f7f248848bfacd3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5c04a7dabadb2ad35f7f248848bfacd3">&#9670;&nbsp;</a></span>m_work</h2>
<div class="memitem">
<div class="memproto">
@@ -226,7 +226,7 @@ template&lt;typename Function &gt; </div>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/list.html">std::list</a>&lt;<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a> &lt;<a class="el" href="classripple_1_1PeerFinder_1_1Sim_1_1FunctionQueue_1_1BasicWork.html">BasicWork</a>&gt; &gt; ripple::PeerFinder::Sim::FunctionQueue::m_work</td>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/list.html">std::list</a>&lt;<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt;<a class="el" href="classripple_1_1PeerFinder_1_1Sim_1_1FunctionQueue_1_1BasicWork.html">BasicWork</a>&gt; &gt; ripple::PeerFinder::Sim::FunctionQueue::m_work</td>
</tr>
</table>
</td>
@@ -236,7 +236,7 @@ template&lt;typename Function &gt; </div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00055">55</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="FunctionQueue_8h_source.html#l00061">61</a> of file <a class="el" href="FunctionQueue_8h_source.html">FunctionQueue.h</a>.</p>
</div>
</div>