aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a02256.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a02256.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'docs/doxygen/nel/a02256.html')
-rw-r--r--docs/doxygen/nel/a02256.html389
1 files changed, 389 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02256.html b/docs/doxygen/nel/a02256.html
new file mode 100644
index 00000000..65ab5e1a
--- /dev/null
+++ b/docs/doxygen/nel/a02256.html
@@ -0,0 +1,389 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>NeL: NLAISCRIPT::CBagOfCode class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.6 -->
+<div class="qindex"> <form class="search" action="search.php" method="get">
+<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
+<h1>NLAISCRIPT::CBagOfCode Class Reference</h1><code>#include &lt;<a class="el" href="a05572.html">codage.h</a>&gt;</code>
+<p>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Class <a class="el" href="a02256.html">CBagOfCode</a>.<p>
+Define a container for the op-code produced from the parser.<p>
+A container of code is define by a op-code pointer and a list of constraine that needs the index range of the op-code in the <a class="el" href="a02372.html">CCodeBrancheRun</a> class, where <a class="el" href="a02372.html">CCodeBrancheRun</a> is the op-code container.<p>
+<dl compact><dt><b>Author:</b></dt><dd>Chafik sameh <p>
+Nevrax France </dd></dl>
+<dl compact><dt><b>Date:</b></dt><dd>2000</dd></dl>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00442">442</a> of file <a class="el" href="a05572.html">codage.h</a>.<table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea0">addConstraint</a> (<a class="el" href="a02256.html">CBagOfCode</a> *b)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">allow us to add the all constraint in a bag. <a href="#NLAISCRIPT_1_1CBagOfCodea0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea1">addConstraint</a> (<a class="el" href="a02407.html">IConstraint</a> *c)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">allow us to add a constraint in the bag. <a href="#NLAISCRIPT_1_1CBagOfCodea1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea2">CBagOfCode</a> (<a class="el" href="a03846.html">IOpCode</a> *opcode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea3">operator IOpCode *</a> () const </td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">That is the only way to have the op-code contened. <a href="#NLAISCRIPT_1_1CBagOfCodea3"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea4">setCode</a> (<a class="el" href="a03846.html">IOpCode</a> *op)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">That is the only way to set the op-code in container. <a href="#NLAISCRIPT_1_1CBagOfCodea4"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea5">setConstraintIndex</a> (int i, <a class="el" href="a02372.html">CCodeBrancheRun</a> *c)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCodea6">~CBagOfCode</a> ()</td></tr>
+
+<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>std::list&lt; <a class="el" href="a02407.html">IConstraint</a> * &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder0">_Constraint</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03846.html">IOpCode</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder1">_Opcode</a></td></tr>
+
+</table>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea2" doxytag="NLAISCRIPT::CBagOfCode::CBagOfCode" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLAISCRIPT::CBagOfCode::CBagOfCode </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a03846.html">IOpCode</a> *&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>opcode</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00449">449</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+<div class="fragment"><pre>00449 :<a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder1">_Opcode</a>(opcode)
+00450 {
+00451
+00452 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea6" doxytag="NLAISCRIPT::CBagOfCode::~CBagOfCode" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLAISCRIPT::CBagOfCode::~<a class="el" href="a02256.html">CBagOfCode</a> </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00486">486</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+<div class="fragment"><pre>00486 {}
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea0" doxytag="NLAISCRIPT::CBagOfCode::addConstraint" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLAISCRIPT::CBagOfCode::addConstraint </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02256.html">CBagOfCode</a> *&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>b</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+allow us to add the all constraint in a bag.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00473">473</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+References <a class="el" href="a05572.html#l00446">_Constraint</a>.
+<p>
+<div class="fragment"><pre>00474 {
+00475 std::list&lt;IConstraint *&gt;::iterator it = b-&gt;_Constraint.begin();
+00476 <span class="keywordflow">while</span>(it != b-&gt;_Constraint.end())
+00477 {
+00478 <a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder0">_Constraint</a>.push_back(*it++);
+00479 }
+00480 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea1" doxytag="NLAISCRIPT::CBagOfCode::addConstraint" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLAISCRIPT::CBagOfCode::addConstraint </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02407.html">IConstraint</a> *&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>c</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+allow us to add a constraint in the bag.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00467">467</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00138">NLAISCRIPT::CCompilateur::affectation()</a>, <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a06662.html#l00539">NLAISCRIPT::CCompilateur::buildObject()</a>, and <a class="el" href="a06755.html#l00816">NLAISCRIPT::CCompilateur::callFunction()</a>.
+<p>
+<div class="fragment"><pre>00468 {
+00469 <a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder0">_Constraint</a>.push_back(c);
+00470 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea3" doxytag="NLAISCRIPT::CBagOfCode::operator IOpCode *" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLAISCRIPT::CBagOfCode::operator <a class="el" href="a03846.html">IOpCode</a> * </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap> const<code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+That is the only way to have the op-code contened.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00455">455</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+<div class="fragment"><pre>00456 {
+00457 <span class="keywordflow">return</span> <a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder1">_Opcode</a>;
+00458 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea4" doxytag="NLAISCRIPT::CBagOfCode::setCode" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLAISCRIPT::CBagOfCode::setCode </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a03846.html">IOpCode</a> *&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>op</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+That is the only way to set the op-code in container.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00461">461</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+<div class="fragment"><pre>00462 {
+00463 <a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder1">_Opcode</a> = op;
+00464 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCodea5" doxytag="NLAISCRIPT::CBagOfCode::setConstraintIndex" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLAISCRIPT::CBagOfCode::setConstraintIndex </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">int&nbsp;</td>
+ <td class="mdname" nowrap> <em>i</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap><a class="el" href="a02372.html">CCodeBrancheRun</a> *&nbsp;</td>
+ <td class="mdname" nowrap> <em>c</em></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td class="md">)&nbsp;</td>
+ <td class="md" colspan="2"></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+setConstraintIndex method transmit to them constraint the index range of op-code and the base pointer of where they are. Not that the base pointer is a <a class="el" href="a02372.html">CCodeBrancheRun</a> and when it's built an index range is creat for each of op-code in the container at this moment setConstraintIndex we can call the copnstraints.
+<p>
+Definition at line <a class="el" href="a05571.html#l00236">236</a> of file <a class="el" href="a05571.html">codage.cpp</a>.
+<p>
+References <a class="el" href="a05572.html#l00446">_Constraint</a>.
+<p>
+<div class="fragment"><pre>00237 {
+00238 std::list&lt;IConstraint *&gt;::iterator it = <a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder0">_Constraint</a>.begin();
+00239 <span class="keywordflow">while</span>(it != <a class="code" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder0">_Constraint</a>.end())
+00240 {
+00241 (*it++)-&gt;addIndex(i,c);
+00242 }
+00243 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCoder0" doxytag="NLAISCRIPT::CBagOfCode::_Constraint" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> std::list&lt;<a class="el" href="a02407.html">IConstraint</a> *&gt; <a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder0">NLAISCRIPT::CBagOfCode::_Constraint</a><code> [private]</code>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00446">446</a> of file <a class="el" href="a05572.html">codage.h</a>.
+<p>
+Referenced by <a class="el" href="a05572.html#l00473">addConstraint()</a>, and <a class="el" href="a05571.html#l00236">setConstraintIndex()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CBagOfCoder1" doxytag="NLAISCRIPT::CBagOfCode::_Opcode" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a03846.html">IOpCode</a>* <a class="el" href="a02256.html#NLAISCRIPT_1_1CBagOfCoder1">NLAISCRIPT::CBagOfCode::_Opcode</a><code> [private]</code>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05572.html#l00445">445</a> of file <a class="el" href="a05572.html">codage.h</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following files:<ul>
+<li><a class="el" href="a05572.html">codage.h</a><li><a class="el" href="a05571.html">codage.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 11:17:51 2004 for NeL by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
+</a>1.3.6 </small></address>
+</body>
+</html>