amath/doc/html/aengine_8h.html

214 lines
14 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>amath: app/lib/aengine.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">amath
&#160;<span id="projectnumber">1.6.2</span>
</div>
<div id="projectbrief">Simple command line calculator</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('aengine_8h.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">aengine.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>ANSI Conole Engine.
<a href="#details">More...</a></p>
<div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="aengine_8h__dep__incl.png" border="0" usemap="#app_2lib_2aengine_8hdep" alt=""/></div>
<map name="app_2lib_2aengine_8hdep" id="app_2lib_2aengine_8hdep">
<area shape="rect" id="node2" href="aengine_8cpp.html" title="app/lib/aengine.cpp" alt="" coords="5,155,140,181"/>
<area shape="rect" id="node3" href="charbuf_8h.html" title="String and character array logic. " alt="" coords="2749,80,2868,107"/>
<area shape="rect" id="node20" href="window__amiga_8cpp.html" title="app/system/window_amiga.cpp" alt="" coords="4426,833,4631,859"/>
<area shape="rect" id="node64" href="console__stdc_8h.html" title="app/system/console\l_stdc.h" alt="" coords="2818,379,2957,420"/>
<area shape="rect" id="node65" href="window__amiga_8h.html" title="app/system/window_amiga.h" alt="" coords="4367,743,4557,770"/>
<area shape="rect" id="node4" href="charbuf_8cpp.html" title="app/lib/charbuf.cpp" alt="" coords="2875,155,3007,181"/>
<area shape="rect" id="node5" href="ntext_8cpp.html" title="app/lib/ntext.cpp" alt="" coords="2309,475,2428,502"/>
<area shape="rect" id="node6" href="ntext_8h.html" title="Text to numbers handling. " alt="" coords="2079,386,2183,413"/>
<area shape="rect" id="node18" href="program__amiga_8cpp.html" title="app/system/program\l_amiga.cpp" alt="" coords="2962,825,3103,867"/>
<area shape="rect" id="node19" href="program__stdc_8cpp.html" title="app/system/program\l_stdc.cpp" alt="" coords="2594,825,2735,867"/>
<area shape="rect" id="node22" href="nodes_8cpp.html" title="app/main/nodes.cpp" alt="" coords="2387,743,2526,770"/>
<area shape="rect" id="node24" href="statements_8cpp.html" title="app/main/statements.cpp" alt="" coords="1089,743,1259,770"/>
<area shape="rect" id="node25" href="values_8cpp.html" title="app/main/values.cpp" alt="" coords="412,743,555,770"/>
<area shape="rect" id="node26" href="program__stdc_8h.html" title="app/system/program\l_stdc.h" alt="" coords="2702,736,2843,777"/>
<area shape="rect" id="node28" href="program__test_8h.html" title="Tests for arithmetic logic. " alt="" coords="3515,736,3657,777"/>
<area shape="rect" id="node29" href="filesystem__amiga_8cpp.html" title="app/system/filesystem\l_amiga.cpp" alt="" coords="3070,736,3225,777"/>
<area shape="rect" id="node30" href="filesystem__stdc_8cpp.html" title="app/system/filesystem\l_stdc.cpp" alt="" coords="4137,736,4291,777"/>
<area shape="rect" id="node32" href="preferences_8cpp.html" title="app/system/preferences.cpp" alt="" coords="1997,475,2183,502"/>
<area shape="rect" id="node33" href="viewer_8h.html" title="Debug class to view a syntax tree. " alt="" coords="2311,229,2439,256"/>
<area shape="rect" id="node35" href="viewer_8cpp.html" title="app/main/viewer.cpp" alt="" coords="2347,304,2489,331"/>
<area shape="rect" id="node36" href="evaluator_8h.html" title="TODO: Comment. " alt="" coords="2505,386,2648,413"/>
<area shape="rect" id="node39" href="nodes_8h.html" title="Top nodes in syntax trees. " alt="" coords="1761,155,1886,181"/>
<area shape="rect" id="node54" href="operators_8cpp.html" title="app/main/operators.cpp" alt="" coords="216,386,375,413"/>
<area shape="rect" id="node56" href="filesystem_8h.html" title="Generic file system calls. " alt="" coords="4014,565,4179,591"/>
<area shape="rect" id="node57" href="filesystem__stdc_8h.html" title="app/system/filesystem\l_stdc.h" alt="" coords="4187,647,4342,688"/>
<area shape="rect" id="node59" href="preferences_8h.html" title="app/system/preferences.h" alt="" coords="3307,386,3481,413"/>
<area shape="rect" id="node61" href="preferences__stdc_8cpp.html" title="app/system/preferences\l_stdc.cpp" alt="" coords="3217,557,3379,599"/>
<area shape="rect" id="node63" href="preferences__amiga_8cpp.html" title="app/system/preferences\l_amiga.cpp" alt="" coords="3674,557,3837,599"/>
<area shape="rect" id="node7" href="program_8h.html" title="Program flow and global states. " alt="" coords="1891,654,2043,681"/>
<area shape="rect" id="node17" href="program_8cpp.html" title="app/system/program.cpp" alt="" coords="968,833,1135,859"/>
<area shape="rect" id="node8" href="functions_8cpp.html" title="app/main/functions.cpp" alt="" coords="857,743,1014,770"/>
<area shape="rect" id="node9" href="io_8h.html" title="System dependent I/O. " alt="" coords="1763,743,1910,770"/>
<area shape="rect" id="node11" href="main_8cpp.html" title="app/main.cpp" alt="" coords="1625,833,1725,859"/>
<area shape="rect" id="node12" href="io_8cpp.html" title="app/system/base/io.cpp" alt="" coords="3791,833,3952,859"/>
<area shape="rect" id="node14" href="language__amiga_8cpp.html" title="app/system/language\l_amiga.cpp" alt="" coords="1750,825,1897,867"/>
<area shape="rect" id="node15" href="language__posix_8cpp.html" title="app/system/language\l_posix.cpp" alt="" coords="2110,825,2257,867"/>
<area shape="rect" id="node16" href="language__stdc_8cpp.html" title="app/system/language\l_stdc.cpp" alt="" coords="1454,825,1601,867"/>
<area shape="rect" id="node21" href="lexer_8cpp.html" title="app/main/lexer.cpp" alt="" coords="2036,743,2168,770"/>
<area shape="rect" id="node23" href="parser_8cpp.html" title="app/main/parser.cpp" alt="" coords="619,743,759,770"/>
<area shape="rect" id="node27" href="program__amiga_8h.html" title="app/system/program\l_amiga.h" alt="" coords="3299,736,3441,777"/>
<area shape="rect" id="node31" href="language_8cpp.html" title="app/system/language.cpp" alt="" coords="2193,743,2363,770"/>
<area shape="rect" id="node10" href="graphlist_8cpp.html" title="app/main/graphlist.cpp" alt="" coords="1275,833,1428,859"/>
<area shape="rect" id="node13" href="console_8cpp.html" title="app/system/console.cpp" alt="" coords="1921,833,2085,859"/>
<area shape="rect" id="node34" href="evaluator_8cpp.html" title="app/main/evaluator.cpp" alt="" coords="1765,475,1922,502"/>
<area shape="rect" id="node37" href="console__amiga_8cpp.html" title="app/system/console\l_amiga.cpp" alt="" coords="2453,468,2591,509"/>
<area shape="rect" id="node38" href="console__stdc_8cpp.html" title="app/system/console\l_stdc.cpp" alt="" coords="2717,468,2855,509"/>
<area shape="rect" id="node40" href="functions_8h.html" title="Application logic tied to functions. " alt="" coords="1315,304,1457,331"/>
<area shape="rect" id="node48" href="parser_8h.html" title="Application logic tied to Parser. " alt="" coords="1765,386,1892,413"/>
<area shape="rect" id="node49" href="functiondefs_8h.html" title="Function defitions for math logic. " alt="" coords="805,386,967,413"/>
<area shape="rect" id="node50" href="optimizer_8h.html" title="app/main/optimizer.h" alt="" coords="1861,229,2004,256"/>
<area shape="rect" id="node51" href="optimizer_8cpp.html" title="app/main/optimizer.cpp" alt="" coords="1634,304,1791,331"/>
<area shape="rect" id="node52" href="values_8h.html" title="Application logic tied to numbers and values. " alt="" coords="742,229,870,256"/>
<area shape="rect" id="node53" href="operators_8h.html" title="Application logic tied to arithmetic operators. " alt="" coords="333,304,477,331"/>
<area shape="rect" id="node55" href="statements_8h.html" title="General statement nodes. " alt="" coords="1309,229,1463,256"/>
<area shape="rect" id="node41" href="fgrid_8cpp.html" title="app/lib/fgrid.cpp" alt="" coords="1423,475,1538,502"/>
<area shape="rect" id="node42" href="fgrid_8h.html" title="Function grid used with graphs. " alt="" coords="1475,386,1575,413"/>
<area shape="rect" id="node43" href="graph_8h.html" title="Logic related to graph of functions. " alt="" coords="1211,475,1348,502"/>
<area shape="rect" id="node45" href="graph__amiga_8h.html" title="app/system/graph_amiga.h" alt="" coords="1650,565,1829,591"/>
<area shape="rect" id="node46" href="graph__amiga_8cpp.html" title="app/system/graph_amiga.cpp" alt="" coords="1673,654,1867,681"/>
<area shape="rect" id="node44" href="graphlist_8h.html" title="Memory maintainance for function of graphs. " alt="" coords="1210,565,1349,591"/>
<area shape="rect" id="node47" href="graph_8cpp.html" title="app/system/graph.cpp" alt="" coords="1373,565,1524,591"/>
<area shape="rect" id="node58" href="filesystem__amiga_8h.html" title="app/system/filesystem\l_amiga.h" alt="" coords="3755,647,3910,688"/>
<area shape="rect" id="node60" href="preferences__stdc_8h.html" title="app/system/preferences\l_stdc.h" alt="" coords="3335,468,3498,509"/>
<area shape="rect" id="node62" href="preferences__amiga_8h.html" title="app/system/preferences\l_amiga.h" alt="" coords="3522,468,3685,509"/>
</map>
</div>
</div>
<p><a href="aengine_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAnsiConoleEngine.html">AnsiConoleEngine</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">ANSI console controller. <a href="classAnsiConoleEngine.html#details">More...</a><br /></td></tr>
<tr class="separator:"><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>ANSI Conole Engine. </p>
<p>Definition in file <a class="el" href="aengine_8h_source.html">aengine.h</a>.</p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d422163b96683743ed3963d4aac17747.html">app</a></li><li class="navelem"><a class="el" href="dir_9dc6c7acf21934bbaaf79b41db58c4e7.html">lib</a></li><li class="navelem"><a class="el" href="aengine_8h.html">aengine.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>