mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-01 22:13:03 +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 -->
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<map id="data_structure::Node::Node" name="data_structure::Node::Node">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,5,149,47"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="197,13,352,39"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
972af60cf6a7627e3c8c8de3ee19f0d5
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: data_structure::Node::Node Pages: 1 -->
|
||||
<svg width="268pt" height="39pt"
|
||||
viewBox="0.00 0.00 268.00 39.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 35)">
|
||||
<title>data_structure::Node::Node</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-35 264,-35 264,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 108,-30.5 108,-0.5 0,-0.5"/>
|
||||
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structure::Node</text>
|
||||
<text text-anchor="middle" x="54" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::Node</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="144,-6 144,-25 260,-25 260,-6 144,-6"/>
|
||||
<text text-anchor="middle" x="202" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M108.12,-15.5C116.44,-15.5 125.14,-15.5 133.73,-15.5"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="133.73,-19 143.73,-15.5 133.73,-12 133.73,-19"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user