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,72 @@
<?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: YY_BUFFER_STATE Pages: 1 -->
<svg width="124pt" height="277pt"
viewBox="0.00 0.00 124.00 277.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 273)">
<title>YY_BUFFER_STATE</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-273 120,-273 120,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node"><title>Node1</title>
<polygon fill="#bfbfbf" stroke="black" points="3,-0.5 3,-19.5 113,-19.5 113,-0.5 3,-0.5"/>
<text text-anchor="middle" x="58" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">YY_BUFFER_STATE</text>
</g>
<!-- Node2 -->
<g id="node2" class="node"><title>Node2</title>
<g id="a_node2"><a xlink:title="STL class. ">
<polygon fill="white" stroke="#bfbfbf" points="24,-67.5 24,-86.5 92,-86.5 92,-67.5 24,-67.5"/>
<text text-anchor="middle" x="58" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::istream</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="M58,-57.037C58,-44.6703 58,-29.1198 58,-19.6273"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5001,-57.2338 58,-67.2338 61.5001,-57.2338 54.5001,-57.2338"/>
<text text-anchor="middle" x="87" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> yy_input_file</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="9.5,-124.5 9.5,-154.5 106.5,-154.5 106.5,-124.5 9.5,-124.5"/>
<text text-anchor="start" x="17.5" y="-142.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::basic_istream</text>
<text text-anchor="middle" x="58" y="-131.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; char &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge"><title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M58,-114.352C58,-104.513 58,-93.7753 58,-86.5399"/>
<polygon fill="midnightblue" stroke="midnightblue" points="54.5001,-114.468 58,-124.468 61.5001,-114.468 54.5001,-114.468"/>
</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="0,-192.5 0,-211.5 116,-211.5 116,-192.5 0,-192.5"/>
<text text-anchor="middle" x="58" y="-199.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::basic_ios&lt; Char &gt;</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge3" class="edge"><title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M58,-182.215C58,-173.356 58,-162.958 58,-154.759"/>
<polygon fill="midnightblue" stroke="midnightblue" points="54.5001,-182.332 58,-192.332 61.5001,-182.332 54.5001,-182.332"/>
</g>
<!-- Node5 -->
<g id="node5" class="node"><title>Node5</title>
<g id="a_node5"><a xlink:title="STL class. ">
<polygon fill="white" stroke="#bfbfbf" points="20.5,-249.5 20.5,-268.5 95.5,-268.5 95.5,-249.5 20.5,-249.5"/>
<text text-anchor="middle" x="58" y="-256.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::ios_base</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node4 -->
<g id="edge4" class="edge"><title>Node5&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M58,-239.117C58,-229.817 58,-219.056 58,-211.715"/>
<polygon fill="midnightblue" stroke="midnightblue" points="54.5001,-239.406 58,-249.406 61.5001,-239.406 54.5001,-239.406"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB