mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<?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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: uint256_t Pages: 1 -->
|
|
<svg width="64pt" height="105pt"
|
|
viewBox="0.00 0.00 63.75 105.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 101)">
|
|
<title>uint256_t</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="class for 256-bit unsigned integer">
|
|
<polygon fill="#999999" stroke="#666666" points="55.75,-19.25 0,-19.25 0,0 55.75,0 55.75,-19.25"/>
|
|
<text text-anchor="middle" x="27.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">uint256_t</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../db/d9a/classuint128__t.html" target="_top" xlink:title="class for 128-bit unsigned integer">
|
|
<polygon fill="white" stroke="#666666" points="55.75,-97 0,-97 0,-77.75 55.75,-77.75 55.75,-97"/>
|
|
<text text-anchor="middle" x="27.88" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">uint128_t</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M27.88,-66.55C27.88,-51.35 27.88,-31.1 27.88,-19.6"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="24.38,-66.39 27.88,-76.39 31.38,-66.39 24.38,-66.39"/>
|
|
<text text-anchor="middle" x="30.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> f</text>
|
|
<text text-anchor="middle" x="30.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00">s</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|