mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
Documentation for bcf79e259a
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<map id="others::postfix_expression::Stack" name="others::postfix_expression::Stack">
|
||||
<area shape="rect" id="node1" title="Creates an array to be used as stack for storing values." alt="" coords="5,95,180,136"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/array.html" title=" " alt="" coords="19,5,167,32"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
9146029675392e7b1dca30df9aa4030a
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: others::postfix_expression::Stack Pages: 1 -->
|
||||
<svg width="139pt" height="106pt"
|
||||
viewBox="0.00 0.00 139.00 106.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 102)">
|
||||
<title>others::postfix_expression::Stack</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 135,-102 135,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Creates an array to be used as stack for storing values.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 131,-30.5 131,-0.5 0,-0.5"/>
|
||||
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">others::postfix_expression</text>
|
||||
<text text-anchor="middle" x="65.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::Stack</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/container/array.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="10,-78.5 10,-97.5 121,-97.5 121,-78.5 10,-78.5"/>
|
||||
<text text-anchor="middle" x="65.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array< float, 20 ></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="M65.5,-68.24C65.5,-56.41 65.5,-41.38 65.5,-30.58"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="62,-68.36 65.5,-78.36 69,-68.36 62,-68.36"/>
|
||||
<text text-anchor="middle" x="79.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> stack</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user