mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
52 lines
2.2 KiB
XML
52 lines
2.2 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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: stack::pop Pages: 1 -->
|
|
<svg width="214pt" height="64pt"
|
|
viewBox="0.00 0.00 214.00 64.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 60)">
|
|
<title>stack::pop</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="62,-37 0,-37 0,-18 62,-18 62,-37"/>
|
|
<text text-anchor="middle" x="31" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">stack::pop</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="179,-56 125,-56 125,-37 179,-37 179,-56"/>
|
|
<text text-anchor="middle" x="152" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M62.03,-32.29C77.99,-34.84 97.75,-38 114.58,-40.69"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="114.2,-44.17 124.63,-42.29 115.3,-37.26 114.2,-44.17"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../d1/dc2/classstack.html#a066e4505155b009913c47b2648b1067a" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="206,-19 98,-19 98,0 206,0 206,-19"/>
|
|
<text text-anchor="middle" x="152" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stack::isEmptyStack</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M62.03,-22.96C69.93,-21.76 78.77,-20.43 87.71,-19.07"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.46,-22.5 97.82,-17.54 87.41,-15.58 88.46,-22.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|