Documentation for 53a6c16730

This commit is contained in:
github-actions
2022-01-16 16:05:19 +00:00
parent 778f1be9e5
commit 2cab28c905
3620 changed files with 52045 additions and 41188 deletions

View File

@@ -0,0 +1,64 @@
<?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.50.0 (20211204.2007)
-->
<!-- Title: data_structures::Node Pages: 1 -->
<svg width="188pt" height="195pt"
viewBox="0.00 0.00 187.50 195.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 191)">
<title>data_structures::Node</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-191 183.5,-191 183.5,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="66.5,-167.5 66.5,-186.5 179.5,-186.5 179.5,-167.5 66.5,-167.5"/>
<text text-anchor="middle" x="123" y="-174.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Node</text>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-89.5 0,-119.5 110,-119.5 110,-89.5 0,-89.5"/>
<text text-anchor="start" x="8" y="-107.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; data</text>
<text text-anchor="middle" x="55" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::Node &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M107.66,-160.09C95.91,-147.91 79.86,-131.27 68.58,-119.58"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="105.2,-162.59 114.66,-167.36 110.24,-157.73 105.2,-162.59"/>
<text text-anchor="middle" x="103.5" y="-141" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
</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" xlink:title=" ">
<polygon fill="white" stroke="black" points="40.5,-0.5 40.5,-41.5 161.5,-41.5 161.5,-0.5 40.5,-0.5"/>
<text text-anchor="start" x="48.5" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::shared</text>
<text text-anchor="start" x="48.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">_ptr&lt; data_structures::</text>
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Node &gt; &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M123.05,-50.54C124.64,-53.61 126.01,-56.79 127,-60 138.91,-98.5 129.77,-147.65 125.2,-167.3"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="125.9,-48.49 117.75,-41.72 119.9,-52.1 125.9,-48.49"/>
<text text-anchor="middle" x="150" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00"> forward</text>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.97,-80.52C74.91,-68.23 83.36,-53.25 89.98,-41.53"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="64.88,-78.87 63.01,-89.3 70.98,-82.32 64.88,-78.87"/>
<text text-anchor="middle" x="101.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB