Documentation for 62562abce3

This commit is contained in:
github-actions
2020-07-31 09:51:29 +00:00
parent 5eba000e6f
commit 930e001204
415 changed files with 18569 additions and 12110 deletions

View File

@@ -177,10 +177,16 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="..
<div class="fragment"><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; : <a class="code" href="../../d3/d6f/structdata__structure_1_1_node.html#a089ebc844c81777652d4e577be0739c8">key</a>(<a class="code" href="../../d3/d6f/structdata__structure_1_1_node.html#a089ebc844c81777652d4e577be0739c8">key</a>), <a class="code" href="../../d3/d6f/structdata__structure_1_1_node.html#a24580ec4e79f7bb82e55a9c4d8369a6e">value</a>(<a class="code" href="../../d3/d6f/structdata__structure_1_1_node.html#a24580ec4e79f7bb82e55a9c4d8369a6e">value</a>) {</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="comment">// Initialization of forward vector</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; (level + 1); i++) {</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <a class="code" href="../../d3/d6f/structdata__structure_1_1_node.html#a0e80ff706591f718f763c5a7feaa2394">forward</a>.push_back(<span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <a class="code" href="../../d3/d6f/structdata__structure_1_1_node.html#a0e80ff706591f718f763c5a7feaa2394">forward</a>.<a class="codeRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">push_back</a>(<span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; }</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; }</div>
</div><!-- fragment -->
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d3/d6f/structdata__structure_1_1_node_af7f19e61975f1362b22d1488bee87077_cgraph.svg" width="358" height="52"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
@@ -189,6 +195,7 @@ void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="..
</div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="astructdata__structure_1_1_node_html_a089ebc844c81777652d4e577be0739c8"><div class="ttname"><a href="../../d3/d6f/structdata__structure_1_1_node.html#a089ebc844c81777652d4e577be0739c8">data_structure::Node::key</a></div><div class="ttdeci">int key</div><div class="ttdoc">key integer</div><div class="ttdef"><b>Definition:</b> skip_list.cpp:34</div></div>
<div class="ttc" id="apush_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">std::vector::push_back</a></div><div class="ttdeci">T push_back(T... args)</div></div>
<div class="ttc" id="astructdata__structure_1_1_node_html_a24580ec4e79f7bb82e55a9c4d8369a6e"><div class="ttname"><a href="../../d3/d6f/structdata__structure_1_1_node.html#a24580ec4e79f7bb82e55a9c4d8369a6e">data_structure::Node::value</a></div><div class="ttdeci">void * value</div><div class="ttdoc">pointer of value</div><div class="ttdef"><b>Definition:</b> skip_list.cpp:35</div></div>
<div class="ttc" id="astructdata__structure_1_1_node_html_a0e80ff706591f718f763c5a7feaa2394"><div class="ttname"><a href="../../d3/d6f/structdata__structure_1_1_node.html#a0e80ff706591f718f763c5a7feaa2394">data_structure::Node::forward</a></div><div class="ttdeci">std::vector&lt; std::shared_ptr&lt; Node &gt; &gt; forward</div><div class="ttdoc">nodes of the given one in all levels</div><div class="ttdef"><b>Definition:</b> skip_list.cpp:37</div></div>
<!-- start footer part -->