mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for ff80be4b0a
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<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,94,180,135"/>
|
||||
<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,166,31"/>
|
||||
<area shape="rect" id="Node000001" title="Creates an array to be used as stack for storing values." alt="" coords="5,94,180,135"/>
|
||||
<area shape="rect" id="Node000002" 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,166,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="95,46,95,93,90,93,90,46"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
d1b4d2f8839847c790fca6cb082dc9ac
|
||||
3f8542a6de4092a10ea39447059e0e9c
|
||||
@@ -6,12 +6,22 @@
|
||||
<!-- Title: others::postfix_expression::Stack Pages: 1 -->
|
||||
<svg width="139pt" height="105pt"
|
||||
viewBox="0.00 0.00 138.75 105.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 101)">
|
||||
<title>others::postfix_expression::Stack</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Creates an array to be used as stack for storing values.">
|
||||
<g id="a_Node000001"><a xlink:title="Creates an array to be used as stack for storing values.">
|
||||
<polygon fill="#999999" stroke="#666666" points="130.75,-30.5 0,-30.5 0,0 130.75,0 130.75,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::postfix_expression</text>
|
||||
<text text-anchor="middle" x="65.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Stack</text>
|
||||
@@ -19,20 +29,38 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="120.62,-97 10.12,-97 10.12,-77.75 120.62,-77.75 120.62,-97"/>
|
||||
<text text-anchor="middle" x="65.38" y="-83.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">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65.38,-66.53C65.38,-55.2 65.38,-41.25 65.38,-30.92"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.88,-66.49 65.38,-76.49 68.88,-66.49 61.88,-66.49"/>
|
||||
<text text-anchor="middle" x="78.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> stack</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="78.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> stack</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,41 @@
|
||||
<?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: others::postfix_expression::Stack Pages: 1 -->
|
||||
<svg width="139pt" height="105pt"
|
||||
viewBox="0.00 0.00 138.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>others::postfix_expression::Stack</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Creates an array to be used as stack for storing values.">
|
||||
<polygon fill="#999999" stroke="#666666" points="130.75,-30.5 0,-30.5 0,0 130.75,0 130.75,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::postfix_expression</text>
|
||||
<text text-anchor="middle" x="65.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Stack</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="120.62,-97 10.12,-97 10.12,-77.75 120.62,-77.75 120.62,-97"/>
|
||||
<text text-anchor="middle" x="65.38" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array< float, 20 ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65.38,-66.53C65.38,-55.2 65.38,-41.25 65.38,-30.92"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.88,-66.49 65.38,-76.49 68.88,-66.49 61.88,-66.49"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="78.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> stack</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user