Add KBOOT.

This commit is contained in:
László Monda
2016-08-10 01:45:15 +02:00
commit e6c1fce5b4
9392 changed files with 3751375 additions and 0 deletions

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.38.0 (20140413.2041)
-->
<!-- Title: PathSearcher Pages: 1 -->
<svg width="171pt" height="230pt"
viewBox="0.00 0.00 171.00 230.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 226)">
<title>PathSearcher</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-226 167,-226 167,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node"><title>Node1</title>
<polygon fill="#bfbfbf" stroke="black" points="17,-0.5 17,-19.5 93,-19.5 93,-0.5 17,-0.5"/>
<text text-anchor="middle" x="55" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">PathSearcher</text>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge"><title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M103.289,-14.872C108.006,-13.8896 111,-12.2656 111,-10 111,-6.375 103.335,-4.39258 93.214,-4.05273"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="102.786,-11.4057 93.214,-15.9473 103.529,-18.3662 102.786,-11.4057"/>
<text text-anchor="middle" x="137" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00"> s_searcher</text>
</g>
<!-- Node2 -->
<g id="node2" class="node"><title>Node2</title>
<polygon fill="white" stroke="#bfbfbf" points="0,-67.5 0,-86.5 110,-86.5 110,-67.5 0,-67.5"/>
<text text-anchor="middle" x="55" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::list&lt; std::string &gt;</text>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge2" class="edge"><title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M55,-57.037C55,-44.6703 55,-29.1198 55,-19.6273"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="51.5001,-57.2338 55,-67.2338 58.5001,-57.2338 51.5001,-57.2338"/>
<text text-anchor="middle" x="75.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> m_paths</text>
</g>
<!-- Node3 -->
<g id="node3" class="node"><title>Node3</title>
<g id="a_node3"><a xlink:title="STL class. ">
<polygon fill="white" stroke="#bfbfbf" points="25,-134.5 25,-153.5 85,-153.5 85,-134.5 25,-134.5"/>
<text text-anchor="middle" x="55" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::string</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge3" class="edge"><title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M55,-124.037C55,-111.67 55,-96.1198 55,-86.6273"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="51.5001,-124.234 55,-134.234 58.5001,-124.234 51.5001,-124.234"/>
<text text-anchor="middle" x="76.5" y="-108" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
<!-- Node4 -->
<g id="node4" class="node"><title>Node4</title>
<g id="a_node4"><a xlink:title="STL class. ">
<polygon fill="white" stroke="#bfbfbf" points="7.5,-191.5 7.5,-221.5 102.5,-221.5 102.5,-191.5 7.5,-191.5"/>
<text text-anchor="start" x="15.5" y="-209.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::basic_string&lt;</text>
<text text-anchor="middle" x="55" y="-198.5" font-family="Helvetica,sans-Serif" font-size="10.00"> char &gt;</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge4" class="edge"><title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M55,-181.352C55,-171.513 55,-160.775 55,-153.54"/>
<polygon fill="midnightblue" stroke="midnightblue" points="51.5001,-181.468 55,-191.468 58.5001,-181.468 51.5001,-181.468"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB