mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 05:12:40 +08:00
Documentation for 62562abce3
This commit is contained in:
@@ -177,10 +177,16 @@ void * </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>  : <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>  <span class="comment">// Initialization of forward vector</span></div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < (level + 1); i++) {</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <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>  <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>  }</div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  }</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 * </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< std::shared_ptr< Node > > 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 -->
|
||||
|
||||
Reference in New Issue
Block a user