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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
<?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="543px" height="99px" viewBox="0.00 0.00 601.00 110.00">
<g id="graph1" class="graph" transform="rotate(0) translate(4 106)">
<title>inheritance</title>
<!-- base -->
<g id="node1" class="node"><title>base</title>
<a>
<polygon fill="white" stroke="black" points="115,-69 1,-69 1,-33 115,-33 115,-69"/>
<text text-anchor="middle" x="58" y="-47.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,-72 145,-72 145,-30 275,-30 275,-72"/>
<text text-anchor="start" x="179.5" y="-57.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_ios</text>
<text text-anchor="start" x="153.5" y="-40.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,-51C140.13,-51 135.553,-51 130.99,-51"/>
<polygon fill="none" stroke="black" points="130.627,-45.7501 115.627,-51 130.627,-56.2501 130.627,-45.7501"/>
</g>
<!-- ist -->
<g id="node3" class="node"><title>ist</title>
<a>
<polygon fill="white" stroke="black" points="434,-102 304,-102 304,-60 434,-60 434,-102"/>
<text text-anchor="start" x="322.5" y="-87.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_istream</text>
<text text-anchor="start" x="312.5" y="-70.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,-68.7113C299.259,-67.8413 294.581,-66.9587 289.901,-66.0757"/>
<polygon fill="none" stroke="black" points="290.742,-60.8918 275.029,-63.2696 288.795,-71.2098 290.742,-60.8918"/>
</g>
<!-- ost -->
<g id="node4" class="node"><title>ost</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="320" y="-27.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_ostream</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>
<!-- ost->ios -->
<g id="edge6" class="edge"><title>ost->ios</title>
<path fill="none" stroke="black" d="M303.87,-33.2887C299.259,-34.1587 294.581,-35.0413 289.901,-35.9243"/>
<polygon fill="none" stroke="black" points="288.795,-30.7902 275.029,-38.7304 290.742,-41.1082 288.795,-30.7902"/>
</g>
<!-- iost -->
<g id="node5" class="node"><title>iost</title>
<a>
<polygon fill="lightgrey" stroke="black" points="593,-72 463,-72 463,-30 593,-30 593,-72"/>
<text text-anchor="start" x="477.5" y="-57.7333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00">basic_iostream</text>
<text text-anchor="start" x="471.5" y="-40.9333" font-family="DejaVu Sans, verdana, sans-serif" font-size="14.00" fill="#808080"><CharT, Traits></text>
</a>
</g>
<!-- iost->ist -->
<g id="edge8" class="edge"><title>iost->ist</title>
<path fill="none" stroke="black" d="M462.87,-63.2887C458.259,-64.1587 453.581,-65.0413 448.901,-65.9243"/>
<polygon fill="none" stroke="black" points="447.795,-60.7902 434.029,-68.7304 449.742,-71.1082 447.795,-60.7902"/>
</g>
<!-- iost->ost -->
<g id="edge10" class="edge"><title>iost->ost</title>
<path fill="none" stroke="black" d="M462.87,-38.7113C458.259,-37.8413 453.581,-36.9587 448.901,-36.0757"/>
<polygon fill="none" stroke="black" points="449.742,-30.8918 434.029,-33.2696 447.795,-41.2098 449.742,-30.8918"/>
</g>
</g>
</svg>
|