Files
C-Plus-Plus/d3/da6/classbinary__search__tree__coll__graph.svg
2021-07-21 19:16:59 +00:00

56 lines
2.8 KiB
XML

<?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.48.0 (20210717.1556)
-->
<!-- Title: binary_search_tree&lt; T &gt; Pages: 1 -->
<svg width="218pt" height="106pt"
viewBox="0.00 0.00 218.00 106.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 102)">
<title>binary_search_tree&lt; T &gt;</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 214,-102 214,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="The Binary Search Tree class.">
<polygon fill="#bfbfbf" stroke="black" points="59.5,-0.5 59.5,-19.5 184.5,-19.5 184.5,-0.5 59.5,-0.5"/>
<text text-anchor="middle" x="122" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree&lt; T &gt;</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/memory/unique_ptr.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-67.5 0,-97.5 130,-97.5 130,-67.5 0,-67.5"/>
<text text-anchor="start" x="8" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr&lt; binary</text>
<text text-anchor="middle" x="65" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search_tree::bst_node &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="M82.88,-59.38C93.67,-46.04 106.84,-29.76 114.81,-19.89"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="80.1,-57.26 76.53,-67.23 85.54,-61.66 80.1,-57.26"/>
<text text-anchor="middle" x="112" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> root_</text>
</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/types/size_t.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="148,-73 148,-92 210,-92 210,-73 148,-73"/>
<text text-anchor="middle" x="179" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M165.58,-64.9C154.13,-50.74 138.14,-30.96 129.05,-19.72"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="163,-67.28 172.01,-72.86 168.45,-62.88 163,-67.28"/>
<text text-anchor="middle" x="165.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
</g>
</g>
</svg>