Documentation for 0931d530ae

This commit is contained in:
github-actions
2023-01-22 19:44:10 +00:00
parent a448f64699
commit b48f6e8671
2457 changed files with 9513 additions and 8691 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.5"/>
<meta name="generator" content="Doxygen 1.9.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: others/paranthesis_matching.cpp File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<!-- Generated by Doxygen 1.9.6 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -133,14 +133,14 @@ int&#160;</td><td class="memItemRight" valign="bottom"><b>stack_idx</b> = -1</td
<tr class="memdesc:af4c937d823c412d99fbe60c99dbf0a4f"><td class="mdescLeft">&#160;</td><td class="mdescRight">pointer to track stack index <br /></td></tr>
<tr class="separator:af4c937d823c412d99fbe60c99dbf0a4f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aae41c72130114bf31204cde6873b6095"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dc/dc5/paranthesis__matching_8cpp.html#aae41c72130114bf31204cde6873b6095">push</a> (char ch)</td></tr>
<tr class="memdesc:aae41c72130114bf31204cde6873b6095"><td class="mdescLeft">&#160;</td><td class="mdescRight">push byte to stack variable <a href="../../dc/dc5/paranthesis__matching_8cpp.html#aae41c72130114bf31204cde6873b6095">More...</a><br /></td></tr>
<tr class="memdesc:aae41c72130114bf31204cde6873b6095"><td class="mdescLeft">&#160;</td><td class="mdescRight">push byte to stack variable <br /></td></tr>
<tr class="separator:aae41c72130114bf31204cde6873b6095"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6d25c7dfbfeb52c3cb9d1b56ab49b664"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dc/dc5/paranthesis__matching_8cpp.html#a6d25c7dfbfeb52c3cb9d1b56ab49b664">pop</a> ()</td></tr>
<tr class="memdesc:a6d25c7dfbfeb52c3cb9d1b56ab49b664"><td class="mdescLeft">&#160;</td><td class="mdescRight">pop a byte out of stack variable <a href="../../dc/dc5/paranthesis__matching_8cpp.html#a6d25c7dfbfeb52c3cb9d1b56ab49b664">More...</a><br /></td></tr>
<tr class="memdesc:a6d25c7dfbfeb52c3cb9d1b56ab49b664"><td class="mdescLeft">&#160;</td><td class="mdescRight">pop a byte out of stack variable <br /></td></tr>
<tr class="separator:a6d25c7dfbfeb52c3cb9d1b56ab49b664"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >Perform paranthesis matching. </p>
<div class="textblock"><p>Perform paranthesis matching. </p>
<dl class="section note"><dt>Note</dt><dd>Do not know the application of this, however. </dd>
<dd>
Implementation is C-type and does not utilize the C++ constructs </dd></dl>
@@ -157,7 +157,7 @@ Implementation is C-type and does not utilize the C++ constructs </dd></dl>
</tr>
</table>
</div><div class="memdoc">
<p >check number </p>
<p>check number </p>
</div>
</div>
@@ -230,7 +230,7 @@ Implementation is C-type and does not utilize the C++ constructs </dd></dl>
</tr>
</table>
</div><div class="memdoc">
<p >return opening paranthesis corresponding to the close paranthesis </p><dl class="params"><dt>Parameters</dt><dd>
<p>return opening paranthesis corresponding to the close paranthesis </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">ch</td><td>closed paranthesis character </td></tr>
</table>
@@ -305,7 +305,7 @@ Implementation is C-type and does not utilize the C++ constructs </dd></dl>
</tr>
</table>
</div><div class="memdoc">
<p >-----------&mdash; stack -----------&mdash; global stack </p>
<p>-----------&mdash; stack -----------&mdash; global stack </p>
</div>
</div>
@@ -315,7 +315,7 @@ Implementation is C-type and does not utilize the C++ constructs </dd></dl>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_9510827d0b234b3cc54b29892f217477.html">others</a></li><li class="navelem"><a class="el" href="../../dc/dc5/paranthesis__matching_8cpp.html">paranthesis_matching.cpp</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li>
</ul>
</div>
</body>