Files
C-Plus-Plus/d3/da6/classbinary__search__tree__coll__graph.svg
2021-02-05 10:13:17 +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.46.0 (20210118.1747)
-->
<!-- Title: binary_search_tree&lt; T &gt; Pages: 1 -->
<svg width="216pt" height="106pt"
viewBox="0.00 0.00 216.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 212,-102 212,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="58.5,-0.5 58.5,-19.5 181.5,-19.5 181.5,-0.5 58.5,-0.5"/>
<text text-anchor="middle" x="120" 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 128,-97.5 128,-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="64" 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="M81.57,-59.38C92.17,-46.04 105.1,-29.76 112.94,-19.89"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="78.81,-57.23 75.33,-67.23 84.29,-61.58 78.81,-57.23"/>
<text text-anchor="middle" x="110.5" 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="146,-73 146,-92 208,-92 208,-73 146,-73"/>
<text text-anchor="middle" x="177" 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="M163.58,-64.9C152.13,-50.74 136.14,-30.96 127.05,-19.72"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="161,-67.28 170.01,-72.86 166.45,-62.88 161,-67.28"/>
<text text-anchor="middle" x="163.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
</g>
</g>
</svg>