上传cppreference

This commit is contained in:
2025-08-01 12:57:54 +08:00
parent e29892f8cd
commit 196e706fe4
5485 changed files with 982007 additions and 3 deletions
@@ -0,0 +1,43 @@
<?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="399px" height="45px" viewBox="0.00 0.00 442.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">&lt;CharT, Traits&gt;</text>
</a>
</g>
<!-- ios&#45;&gt;base -->
<g id="edge2" class="edge"><title>ios-&gt;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>
<!-- ost -->
<g id="node3" class="node"><title>ost</title>
<a>
<polygon fill="lightgrey" 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">&lt;CharT, Traits&gt;</text>
</a>
</g>
<!-- ost&#45;&gt;ios -->
<g id="edge4" class="edge"><title>ost-&gt;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>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB