1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<?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.26.3 (20100126.1600)
-->
<!-- Title: inheritance Pages: 1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="255px" height="45px" viewBox="0.00 0.00 283.00 50.00">
<g id="graph1" class="graph" transform="rotate(0) translate(4 46)">
<title>inheritance</title>
<!-- base -->
<g id="node1" class="node"><title>base</title>
<a>
<polygon fill="white" stroke="black" points="115,-39 1,-39 1,-3 115,-3 115,-39"/>
<text text-anchor="middle" x="58" y="-17.4" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">ios_base</text>
</a>
</g>
<!-- ios -->
<g id="node2" class="node"><title>ios</title>
<a>
<polygon fill="lightgrey" stroke="black" points="275,-42 145,-42 145,-2.13163e-14 275,-7.10543e-15 275,-42"/>
<text text-anchor="start" x="179.5" y="-27.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_ios</text>
<text text-anchor="start" x="153.5" y="-10.9333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00" fill="#808080"><CharT, Traits></text>
</a>
</g>
<!-- ios->base -->
<g id="edge2" class="edge"><title>ios->base</title>
<path fill="none" stroke="black" d="M144.656,-21C140.13,-21 135.553,-21 130.99,-21"/>
<polygon fill="none" stroke="black" points="130.627,-15.7501 115.627,-21 130.627,-26.2501 130.627,-15.7501"/>
</g>
</g>
</svg>
|