Documentation for ef13806cd6

This commit is contained in:
github-actions
2020-07-13 13:35:43 +00:00
parent 0038e052ac
commit bb253c7dbe
206 changed files with 6634 additions and 4401 deletions

View File

@@ -0,0 +1,5 @@
<map id="data_structure::Node" name="data_structure::Node">
<area shape="rect" id="node1" title=" " alt="" coords="97,5,241,32"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,95,152,136"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="39,199,241,240"/>
</map>

View File

@@ -0,0 +1 @@
7eb528aa30a27208c82a461fef52dfc4

View File

@@ -0,0 +1,63 @@
<?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.0 (20200408.0750)
-->
<!-- Title: data_structure::Node Pages: 1 -->
<svg width="185pt" height="184pt"
viewBox="0.00 0.00 185.00 184.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 180)">
<title>data_structure::Node</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-180 181,-180 181,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="69,-156.5 69,-175.5 177,-175.5 177,-156.5 69,-156.5"/>
<text text-anchor="middle" x="123" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structure::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.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-78.5 0,-108.5 110,-108.5 110,-78.5 0,-78.5"/>
<text text-anchor="start" x="8" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; data</text>
<text text-anchor="middle" x="55" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">_structure::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,-149.09C95.91,-136.91 79.86,-120.27 68.58,-108.58"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="105.2,-151.59 114.66,-156.36 110.24,-146.73 105.2,-151.59"/>
<text text-anchor="middle" x="103.5" y="-130" 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.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="25,-0.5 25,-30.5 177,-30.5 177,-0.5 25,-0.5"/>
<text text-anchor="start" x="33" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::shared</text>
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_ptr&lt; data_structure::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="M122.63,-38.68C124.82,-41.93 126.7,-45.41 128,-49 141.7,-86.92 130.94,-136.39 125.58,-156.22"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="125.27,-36.37 116.37,-30.63 119.75,-40.67 125.27,-36.37"/>
<text text-anchor="middle" x="152" y="-91" 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="M68.88,-69.57C76.52,-56.94 85.78,-41.65 92.39,-30.73"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="65.84,-67.84 63.65,-78.2 71.82,-71.46 65.84,-67.84"/>
<text text-anchor="middle" x="102.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB