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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<?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="561px" height="45px" viewBox="0.00 0.00 621.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="white" 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>
<!-- ist -->
<g id="node3" class="node"><title>ist</title>
<a>
<polygon fill="white" stroke="black" points="434,-42 304,-42 304,-2.13163e-14 434,-7.10543e-15 434,-42"/>
<text text-anchor="start" x="322.5" y="-27.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_istream</text>
<text text-anchor="start" x="312.5" y="-10.9333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00" fill="#808080"><CharT, Traits></text>
</a>
</g>
<!-- ist->ios -->
<g id="edge4" class="edge"><title>ist->ios</title>
<path fill="none" stroke="black" d="M303.87,-21C299.408,-21 294.883,-21 290.354,-21"/>
<polygon fill="none" stroke="black" points="290.029,-15.7501 275.029,-21 290.029,-26.2501 290.029,-15.7501"/>
</g>
<!-- isst -->
<g id="node4" class="node"><title>isst</title>
<a>
<polygon fill="lightgrey" stroke="black" points="613,-42 463,-42 463,-2.13163e-14 613,-7.10543e-15 613,-42"/>
<text text-anchor="start" x="471.5" y="-27.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_istringstream</text>
<text text-anchor="start" x="481.5" y="-10.9333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00" fill="#808080"><CharT, Traits></text>
</a>
</g>
<!-- isst->ist -->
<g id="edge6" class="edge"><title>isst->ist</title>
<path fill="none" stroke="black" d="M462.89,-21C458.386,-21 453.846,-21 449.321,-21"/>
<polygon fill="none" stroke="black" points="449.076,-15.7501 434.076,-21 449.076,-26.2501 449.076,-15.7501"/>
</g>
</g>
</svg>
|