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
@@ -0,0 +1,70 @@
<?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: blfwk::Value Pages: 1 -->
<svg width="335pt" height="140pt"
viewBox="0.00 0.00 335.00 140.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 136)">
<title>blfwk::Value</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-136 331,-136 331,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node"><title>Node1</title>
<polygon fill="#bfbfbf" stroke="black" points="130,-112.5 130,-131.5 199,-131.5 199,-112.5 130,-112.5"/>
<text text-anchor="middle" x="164.5" y="-119.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::Value</text>
</g>
<!-- Node2 -->
<g id="node2" class="node"><title>Node2</title>
<g id="a_node2"><a xlink:href="classblfwk_1_1_binary_value.html" target="_top" xlink:title="Binary object value of arbitrary size. ">
<polygon fill="white" stroke="black" points="0,-56.5 0,-75.5 97,-75.5 97,-56.5 0,-56.5"/>
<text text-anchor="middle" x="48.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::BinaryValue</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge"><title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M136.78,-108.096C115.108,-98.0073 85.5979,-84.2697 66.7946,-75.5164"/>
<polygon fill="midnightblue" stroke="midnightblue" points="135.577,-111.396 146.119,-112.444 138.531,-105.05 135.577,-111.396"/>
</g>
<!-- Node3 -->
<g id="node3" class="node"><title>Node3</title>
<g id="a_node3"><a xlink:href="classblfwk_1_1_integer_value.html" target="_top" xlink:title="32&#45;bit signed integer value. ">
<polygon fill="white" stroke="black" points="115.5,-56.5 115.5,-75.5 213.5,-75.5 213.5,-56.5 115.5,-56.5"/>
<text text-anchor="middle" x="164.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::IntegerValue</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge"><title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M164.5,-101.805C164.5,-92.9102 164.5,-82.7798 164.5,-75.7511"/>
<polygon fill="midnightblue" stroke="midnightblue" points="161,-102.083 164.5,-112.083 168,-102.083 161,-102.083"/>
</g>
<!-- Node5 -->
<g id="node5" class="node"><title>Node5</title>
<g id="a_node5"><a xlink:href="classblfwk_1_1_string_value.html" target="_top" xlink:title="String value. ">
<polygon fill="white" stroke="black" points="232,-56.5 232,-75.5 327,-75.5 327,-56.5 232,-56.5"/>
<text text-anchor="middle" x="279.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::StringValue</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge"><title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M191.981,-108.096C213.466,-98.0073 242.722,-84.2697 261.363,-75.5164"/>
<polygon fill="midnightblue" stroke="midnightblue" points="190.286,-105.025 182.722,-112.444 193.262,-111.361 190.286,-105.025"/>
</g>
<!-- Node4 -->
<g id="node4" class="node"><title>Node4</title>
<g id="a_node4"><a xlink:href="classblfwk_1_1_sized_integer_value.html" target="_top" xlink:title="Adds a word size attribute to IntegerValue. ">
<polygon fill="white" stroke="black" points="103,-0.5 103,-19.5 226,-19.5 226,-0.5 103,-0.5"/>
<text text-anchor="middle" x="164.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::SizedIntegerValue</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge"><title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M164.5,-45.8045C164.5,-36.9102 164.5,-26.7798 164.5,-19.7511"/>
<polygon fill="midnightblue" stroke="midnightblue" points="161,-46.083 164.5,-56.083 168,-46.083 161,-46.083"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB