aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a03626.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/nel/a03626.html')
-rw-r--r--docs/doxygen/nel/a03626.html1903
1 files changed, 1903 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03626.html b/docs/doxygen/nel/a03626.html
new file mode 100644
index 00000000..c8cc6316
--- /dev/null
+++ b/docs/doxygen/nel/a03626.html
@@ -0,0 +1,1903 @@
+<!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: NLAIC::CTypeOfOperator 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>NLAIC::CTypeOfOperator Class Reference</h1><code>#include &lt;<a class="el" href="a06328.html">registry_type.h</a>&gt;</code>
+<p>
+<p>Inheritance diagram for NLAIC::CTypeOfOperator:
+<p><center><img src="a03626.png" usemap="#NLAIC::CTypeOfOperator_map" border="0" alt=""></center>
+<map name="NLAIC::CTypeOfOperator_map">
+<area href="a02267.html" alt="NLAIC::CBinaryType" shape="rect" coords="0,280,157,304">
+<area href="a02154.html" alt="NLAIC::IBasicInterface" shape="rect" coords="0,224,157,248">
+<area href="a02151.html" alt="NLAIC::IBasicType" shape="rect" coords="0,168,157,192">
+<area href="a02145.html" alt="NLAIC::IPointerGestion" shape="rect" coords="0,112,157,136">
+<area href="a02867.html" alt="NLMISC::IStreamable" shape="rect" coords="0,56,157,80">
+<area href="a02540.html" alt="NLMISC::IClassable" shape="rect" coords="0,0,157,24">
+</map>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+<a class="el" href="a03626.html">CTypeOfOperator</a> is an binnary type of operation allowed by objects.<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="a06328.html#l00325">325</a> of file <a class="el" href="a06328.html">registry_type.h</a>.<table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>enum &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14">TTypeOp</a> { <br>
+&nbsp;&nbsp;<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw9">opNone</a> = 0,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw0">opAdd</a> = 1,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw11">opSub</a> = 2,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw7">opMul</a> = 4,
+<br>
+&nbsp;&nbsp;<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw3">opDiv</a> = 8,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw4">opEq</a> = 16,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw5">opInf</a> = 32,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw12">opSup</a> = 64,
+<br>
+&nbsp;&nbsp;<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw6">opInfEq</a> = 128,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw13">opSupEq</a> = 256,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw10">opNot</a> = 512,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw2">opDiff</a> = 1024,
+<br>
+&nbsp;&nbsp;<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw8">opNeg</a> = 2048,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw1">opAff</a> = 4096,
+<a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw15">tUndef</a> = 0xFFFFFFFF - opAff*2 + 1
+<br>
+ }</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">define the type of an operation. <a href="#NLAIC_1_1CTypeOfOperatorw14">More...</a><br><br></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="a02267.html#NLAIC_1_1CTypeOfOperatora0">addType</a> (<a class="el" href="a04558.html#a10">sint32</a> b)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatora1">CTypeOfOperator</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;is)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatora2">CTypeOfOperator</a> (const <a class="el" href="a03626.html">CTypeOfOperator</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatora3">CTypeOfOperator</a> (<a class="el" href="a04558.html#a11">uint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatora4">CTypeOfOperator</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea2">decRef</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Decrement the reference of an object. <a href="#NLAIAGENT_1_1VectorTypea2"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const std::string&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02151.html#NLAIAGENT_1_1VectorTypea4">getInfo</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="a04558.html#a10">sint32</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea8">getRef</a> () const </td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">get the refence count. <a href="#NLAIAGENT_1_1VectorTypea8"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatora8">getValue</a> () const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea16">incRef</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inc a reference. We use this when we have to conserve a pointer memeory for exemple in a list. <a href="#NLAIAGENT_1_1VectorTypea16"></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="a02267.html#NLAIC_1_1CTypeOfOperatora10">operator uint</a> () const </td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get value of class. <a href="#NLAIC_1_1CTypeOfOperatora10"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea46">release</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Release allow to release the pointer. The last release when the _Ref is nul delete the object. <a href="#NLAIAGENT_1_1VectorTypea46"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02154.html#NLAIAGENT_1_1VectorTypea54">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;f) throw (NLMISC::EStream)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatora13">~CTypeOfOperator</a> ()</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator AND.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_0">operator &amp;</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_1">operator &amp;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_2">operator &amp;=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_3">operator &amp;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator RSHIFT.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_0">operator!</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_1">operator&gt;&gt;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_2">operator&gt;&gt;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_2"></a><br><br></td></tr>
+<tr><td colspan="2"><div class="groupHeader">operator LSHIFT.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1776_0">operator&lt;&lt;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1776_1">operator&lt;&lt;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator XOR.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_0">operator^</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_1">operator^</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_2">operator^=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_3">operator^=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator OR.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_0">operator|</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_1">operator|</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_2">operator|=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_3">operator|=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">IBasicInterface method.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_0">getDebugString</a> (std::string &amp;<a class="el" href="a04223.html#a627">t</a>) const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_1">load</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;is)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_2">save</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;os)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator AND.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_0">operator &amp;</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_1">operator &amp;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_2">operator &amp;=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_3">operator &amp;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator RSHIFT.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_0">operator!</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_1">operator&gt;&gt;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_2">operator&gt;&gt;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_2"></a><br><br></td></tr>
+<tr><td colspan="2"><div class="groupHeader">operator LSHIFT.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1776_0">operator&lt;&lt;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1776_1">operator&lt;&lt;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator XOR.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_0">operator^</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_1">operator^</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_2">operator^=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_3">operator^=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator OR.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_0">operator|</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_1">operator|</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_2">operator|=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_3">operator|=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">IBasicInterface method.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const <a class="el" href="a02151.html">NLAIC::IBasicType</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_0">clone</a> () const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_1">getDebugString</a> (char *txt) const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const <a class="el" href="a02650.html">NLAIC::CIdentType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_2">getType</a> () const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const <a class="el" href="a02151.html">NLAIC::IBasicType</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_3">newInstance</a> () const </td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">IBasicInterface method.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_0">getDebugString</a> (std::string &amp;<a class="el" href="a04223.html#a627">t</a>) const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_1">load</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;is)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_2">save</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;os)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator AND.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_0">operator &amp;</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_1">operator &amp;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_2">operator &amp;=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1772_3">operator &amp;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator RSHIFT.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_0">operator!</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_1">operator&gt;&gt;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1778_2">operator&gt;&gt;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Not operator. <a href="#NLAIC_1_1CTypeOfOperatorz1778_2"></a><br><br></td></tr>
+<tr><td colspan="2"><div class="groupHeader">operator LSHIFT.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1776_0">operator&lt;&lt;</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1776_1">operator&lt;&lt;=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator XOR.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_0">operator^</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_1">operator^</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_2">operator^=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1774_3">operator^=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">operator OR.</div></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_0">operator|</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_1">operator|</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_2">operator|=</a> (const <a class="el" href="a02267.html">CBinaryType</a> &amp;bites)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1770_3">operator|=</a> (<a class="el" href="a04558.html#a10">sint32</a> bites)</td></tr>
+
+<tr><td colspan=2><br><h2>Static Public Attributes</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02650.html">NLAIC::CIdentType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperators0">IdTypeOfOperator</a></td></tr>
+
+</table>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14" doxytag="NLAIC::CTypeOfOperator::TTypeOp" ></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"> enum <a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14">NLAIC::CTypeOfOperator::TTypeOp</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+define the type of an operation.
+<p>
+<dl compact><dt><b>Enumeration values: </b></dt><dd>
+<table border=0 cellspacing=2 cellpadding=0>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw9" doxytag="opNone" ></a>opNone</em>&nbsp;</td><td>
+None operation is define. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw0" doxytag="opAdd" ></a>opAdd</em>&nbsp;</td><td>
+Can add this objects with an ather. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw11" doxytag="opSub" ></a>opSub</em>&nbsp;</td><td>
+Can substract this objects with an ather. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw7" doxytag="opMul" ></a>opMul</em>&nbsp;</td><td>
+Can multiply this objects with an ather. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw3" doxytag="opDiv" ></a>opDiv</em>&nbsp;</td><td>
+Can divide this objects with an ather. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw4" doxytag="opEq" ></a>opEq</em>&nbsp;</td><td>
+Can test the equality this objects with an ather. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw5" doxytag="opInf" ></a>opInf</em>&nbsp;</td><td>
+Can test with the &lt; operator. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw12" doxytag="opSup" ></a>opSup</em>&nbsp;</td><td>
+Can test with the &gt; operator. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw6" doxytag="opInfEq" ></a>opInfEq</em>&nbsp;</td><td>
+Can test with the &lt;= operator. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw13" doxytag="opSupEq" ></a>opSupEq</em>&nbsp;</td><td>
+Can test with the &gt;= operator. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw10" doxytag="opNot" ></a>opNot</em>&nbsp;</td><td>
+Can test with the ! operator. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw2" doxytag="opDiff" ></a>opDiff</em>&nbsp;</td><td>
+Can test with the != operator. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw8" doxytag="opNeg" ></a>opNeg</em>&nbsp;</td><td>
+Can dot obj = -obj. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw1" doxytag="opAff" ></a>opAff</em>&nbsp;</td><td>
+Can affect the object. </td></tr>
+<tr><td valign=top><em><a class="anchor" name="NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw15" doxytag="tUndef" ></a>tUndef</em>&nbsp;</td><td>
+That is an undef. </td></tr>
+</table>
+</dl>
+
+<p>
+Definition at line <a class="el" href="a06328.html#l00332">332</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+<div class="fragment"><pre>00332 {
+00334 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw9">opNone</a> = 0,
+00336 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw0">opAdd</a> = 1,
+00338 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw11">opSub</a> = 2,
+00340 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw7">opMul</a> = 4,
+00342 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw3">opDiv</a> = 8,
+00344 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw4">opEq</a> = 16,
+00346 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw5">opInf</a> = 32,
+00348 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw12">opSup</a> = 64,
+00350 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw6">opInfEq</a> = 128,
+00352 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw13">opSupEq</a> = 256,
+00354 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw10">opNot</a> = 512,
+00356 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw2">opDiff</a> = 1024,
+00358 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw8">opNeg</a> = 2048,
+00360 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw1">opAff</a> = 4096,
+00362 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorw14NLAIC_1_1CTypeOfOperatorw15">tUndef</a> = 0xFFFFFFFF - opAff*2 + 1
+00363 };
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora4" doxytag="NLAIC::CTypeOfOperator::CTypeOfOperator" ></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"> NLAIC::CTypeOfOperator::CTypeOfOperator </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="a06328.html#l00365">365</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+Referenced by <a class="el" href="a06328.html#l00390">clone()</a>, and <a class="el" href="a06328.html#l00396">newInstance()</a>.
+<p>
+<div class="fragment"><pre>00366 {
+00367 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora3" doxytag="NLAIC::CTypeOfOperator::CTypeOfOperator" ></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"> NLAIC::CTypeOfOperator::CTypeOfOperator </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a11">uint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</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="a06328.html#l00369">369</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a05981.html#l00100">uint32</a>.
+<p>
+<div class="fragment"><pre>00369 :<a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(bites)
+00370 {
+00371 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora2" doxytag="NLAIC::CTypeOfOperator::CTypeOfOperator" ></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"> NLAIC::CTypeOfOperator::CTypeOfOperator </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a03626.html">CTypeOfOperator</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</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="a06328.html#l00374">374</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+<div class="fragment"><pre>00374 :<a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(bites)
+00375 {
+00376 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora1" doxytag="NLAIC::CTypeOfOperator::CTypeOfOperator" ></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"> NLAIC::CTypeOfOperator::CTypeOfOperator </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>is</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="a06328.html#l00378">378</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+<div class="fragment"><pre>00378 :<a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(is)
+00379 {
+00380 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora13" doxytag="NLAIC::CTypeOfOperator::~CTypeOfOperator" ></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"> virtual NLAIC::CTypeOfOperator::~<a class="el" href="a03626.html">CTypeOfOperator</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, virtual]</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="a06328.html#l00383">383</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+<div class="fragment"><pre>00384 {
+00385 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora0" doxytag="NLAIC::CTypeOfOperator::addType" ></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 NLAIC::CBinaryType::addType </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</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, inherited]</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="a06328.html#l00229">229</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+Referenced by <a class="el" href="a05804.html#l00183">NLAIC::CIdentType::addObjectType()</a>.
+<p>
+<div class="fragment"><pre>00230 {
+00231 _Bites = _Bites | b;
+00232 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1784_0" doxytag="NLAIC::CTypeOfOperator::clone" ></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"> virtual const <a class="el" href="a02151.html">NLAIC::IBasicType</a>* NLAIC::CTypeOfOperator::clone </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, virtual]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
+<p>
+Reimplemented from <a class="el" href="a02267.html#NLAIC_1_1CBinaryTypez1780_0">NLAIC::CBinaryType</a>.
+<p>
+Definition at line <a class="el" href="a06328.html#l00390">390</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00365">CTypeOfOperator()</a>, and <a class="el" href="a05646.html#l00236">x</a>.
+<p>
+<div class="fragment"><pre>00391 {
+00392 <a class="code" href="a02151.html">NLAIC::IBasicType</a> *<a class="code" href="a04223.html#a572">x</a> = <span class="keyword">new</span> <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatora4">CTypeOfOperator</a>(*<span class="keyword">this</span>);
+00393 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a572">x</a>;
+00394 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypea2" doxytag="NLAIC::CTypeOfOperator::decRef" ></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="a04558.html#a10">sint32</a> NLAIC::IPointerGestion::decRef </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, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Decrement the reference of an object.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05386.html#l00093">93</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+References <a class="el" href="a05386.html#l00066">NLAIC::IPointerGestion::_Ref</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+Referenced by <a class="el" href="a05386.html#l00086">NLAIC::IPointerGestion::release()</a>, and <a class="el" href="a05416.html#l00688">NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle()</a>.
+<p>
+<div class="fragment"><pre>00094 {
+00095 <span class="keywordflow">return</span> --_Ref;
+00096 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypez1764_0" doxytag="NLAIC::CTypeOfOperator::getClassName" ></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"> virtual std::string NLAIC::IPointerGestion::getClassName </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, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Implements <a class="el" href="a02540.html#NL3D_1_1ITrackKeyFramer_3_01CKeyVector_01_4a6">NLMISC::IClassable</a>.
+<p>
+Reimplemented in <a class="el" href="a02650.html#NLAIC_1_1CIdentTypez1766_0">NLAIC::CIdentType</a>.
+<p>
+Definition at line <a class="el" href="a05386.html#l00116">116</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+Referenced by <a class="el" href="a05847.html#l00678">NLAISCRIPT::CAgentClass::isClassInheritedFrom()</a>.
+<p>
+<div class="fragment"><pre>00117 {
+00118 <span class="keywordflow">return</span> std::string(<span class="stringliteral">"&lt;unnamed&gt;"</span>);
+00119 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1780_0" doxytag="NLAIC::CTypeOfOperator::getDebugString" ></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"> virtual void NLAIC::CBinaryType::getDebugString </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">std::string &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>t</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap> const<code> [inline, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
+<p>
+Implements <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea7">NLAIC::IBasicType</a>.
+<p>
+Definition at line <a class="el" href="a06328.html#l00216">216</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a05804.html#l00079">NLAIC::stringGetBuild()</a>, and <a class="el" href="a05646.html#l00985">t</a>.
+<p>
+<div class="fragment"><pre>00217 {
+00218 <a class="code" href="a04223.html#a627">t</a> = <a class="code" href="a05365.html#a8">stringGetBuild</a>(<span class="stringliteral">"CBinaryType &lt;%d&gt;"</span>,_Bites);
+00219 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1784_1" doxytag="NLAIC::CTypeOfOperator::getDebugString" ></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 NLAIC::CTypeOfOperator::getDebugString </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">char *&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>txt</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap> const<code> [virtual]</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="a06327.html#l00074">74</a> of file <a class="el" href="a06327.html">registry_type.cpp</a>.
+<p>
+References <a class="el" href="a05981.html#l00099">sint32</a>, and <a class="el" href="a05981.html#l00100">uint32</a>.
+<p>
+<div class="fragment"><pre>00075 {
+00076 <span class="keywordflow">if</span>((<a class="code" href="a04558.html#a11">uint32</a>)*<span class="keyword">this</span>)
+00077 {
+00078 txt[0] = 0;
+00079 <span class="keyword">const</span> <span class="keywordtype">char</span> *opTxt[12] = {<span class="stringliteral">"opAdd"</span>,<span class="stringliteral">"opSub"</span>,<span class="stringliteral">"opMul"</span>,<span class="stringliteral">"opDiv"</span>,<span class="stringliteral">"opEq"</span>,<span class="stringliteral">"opInf"</span>,<span class="stringliteral">"opSup"</span>,<span class="stringliteral">"opInfEq"</span>,<span class="stringliteral">"opSupEq"</span>,<span class="stringliteral">"opNot"</span>,<span class="stringliteral">"opDiff"</span>,<span class="stringliteral">"opNeg"</span>};
+00080 <a class="code" href="a04558.html#a10">sint32</a> digi = 1;
+00081 <a class="code" href="a04558.html#a10">sint32</a> last = <span class="keyword">false</span>;
+00082 <span class="keywordflow">for</span>(<a class="code" href="a04558.html#a10">sint32</a> i = 0; i&lt; 12; i ++)
+00083 {
+00084 <span class="keywordflow">if</span>(*<span class="keyword">this</span> &amp; digi)
+00085 {
+00086 <span class="keywordflow">if</span>(last) strcat(txt,<span class="stringliteral">" | "</span>);
+00087 strcat(txt,opTxt[i]);
+00088 last = <span class="keyword">true</span>;
+00089 }
+00090 }
+00091 }
+00092 <span class="keywordflow">else</span>
+00093 {
+00094 strcpy(txt,<span class="stringliteral">"non definition of operation in the object"</span>);
+00095 }
+00096 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypea4" doxytag="NLAIC::CTypeOfOperator::getInfo" ></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"> virtual const std::string NLAIC::IBasicType::getInfo </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, virtual, inherited]</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="a05386.html#l00292">292</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea7">NLAIC::IBasicType::getDebugString()</a>, and <a class="el" href="a05646.html#l00977">s</a>.
+<p>
+<div class="fragment"><pre>00293 {
+00294 std::string <a class="code" href="a04223.html#a626">s</a>;
+00295 <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_1">getDebugString</a>(s);
+00296 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a626">s</a>;
+00297 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypea8" doxytag="NLAIC::CTypeOfOperator::getRef" ></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"> const <a class="el" href="a04558.html#a10">sint32</a>&amp; NLAIC::IPointerGestion::getRef </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, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+get the refence count.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05386.html#l00099">99</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+References <a class="el" href="a05386.html#l00066">NLAIC::IPointerGestion::_Ref</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+Referenced by <a class="el" href="a05416.html#l00688">NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle()</a>.
+<p>
+<div class="fragment"><pre>00100 {
+00101 <span class="keywordflow">return</span> _Ref;
+00102 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1784_2" doxytag="NLAIC::CTypeOfOperator::getType" ></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"> const <a class="el" href="a02650.html">CIdentType</a> &amp; NLAIC::CTypeOfOperator::getType </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> [virtual]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+getType return a unique string how represente the class, it can be the name of the class. This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
+<p>
+Reimplemented from <a class="el" href="a02267.html#NLAIC_1_1CBinaryTypez1780_2">NLAIC::CBinaryType</a>.
+<p>
+Definition at line <a class="el" href="a06327.html#l00069">69</a> of file <a class="el" href="a06327.html">registry_type.cpp</a>.
+<p>
+References <a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperators0">IdTypeOfOperator</a>.
+<p>
+<div class="fragment"><pre>00070 {
+00071 <span class="keywordflow">return</span> <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperators0">IdTypeOfOperator</a>;
+00072 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora8" doxytag="NLAIC::CTypeOfOperator::getValue" ></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="a04558.html#a15">uint</a> NLAIC::CBinaryType::getValue </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, inherited]</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="a06328.html#l00187">187</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00105">uint</a>.
+<p>
+<div class="fragment"><pre>00188 {
+00189 <span class="keywordflow">return</span> _Bites;
+00190 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypea16" doxytag="NLAIC::CTypeOfOperator::incRef" ></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 NLAIC::IPointerGestion::incRef </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, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Inc a reference. We use this when we have to conserve a pointer memeory for exemple in a list.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05386.html#l00080">80</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+References <a class="el" href="a05386.html#l00066">NLAIC::IPointerGestion::_Ref</a>.
+<p>
+Referenced by <a class="el" href="a05736.html#l00174">NLAIAGENT::CSeqFsmScript::activate()</a>, <a class="el" href="a05697.html#l00215">NLAILOGIC::CFactBase::addAssert()</a>, <a class="el" href="a05477.html#l00067">NLAIAGENT::IAgentComposite::addChild()</a>, <a class="el" href="a05422.html#l00052">NLAILOGIC::IBaseAssert::addInput()</a>, <a class="el" href="a05499.html#l00118">NLAILOGIC::CBoolOperator::addPostcondition()</a>, <a class="el" href="a05499.html#l00110">NLAILOGIC::CBoolOperator::addPrecondition()</a>, <a class="el" href="a05763.html#l00829">NLAILOGIC::CInternalGoal::addPredecessor()</a>, <a class="el" href="a05763.html#l00502">NLAILOGIC::CGoal::addPredecessor()</a>, <a class="el" href="a05753.html#l00088">NLAIFUZZY::CFuzzyVar::addSet()</a>, <a class="el" href="a06755.html#l00138">NLAISCRIPT::CCompilateur::affectation()</a>, <a class="el" href="a05695.html#l00177">NLAILOGIC::CFact::asValueSet()</a>, <a class="el" href="a05416.html#l00396">NLAIAGENT::CAgentWatchTimer::attach()</a>, <a class="el" href="a06662.html#l00539">NLAISCRIPT::CCompilateur::buildObject()</a>, <a class="el" href="a05847.html#l00649">NLAISCRIPT::CAgentClass::buildVMethode()</a>, <a class="el" href="a06129.html#l00046">NLAIAGENT::CAgentOperation::CAgentOperation()</a>, <a class="el" href="a05416.html#l00676">NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle()</a>, <a class="el" href="a06755.html#l00816">NLAISCRIPT::CCompilateur::callFunction()</a>, <a class="el" href="a05845.html#l00114">NLAISCRIPT::CClassInterpretFactory::CClassInterpretFactory()</a>, <a class="el" href="a05573.html#l00055">NLAISCRIPT::CCodeBrancheRunDebug::CCodeBrancheRunDebug()</a>, <a class="el" href="a05590.html#l00208">NLAISCRIPT::CCompilateur::CCompilateur()</a>, <a class="el" href="a05699.html#l00054">NLAISCRIPT::CFactorType::CFactorType()</a>, <a class="el" href="a05600.html#l00076">NLAISCRIPT::CFunctionTag::CFunctionTag()</a>, <a class="el" href="a06133.html#l00828">NLAIAGENT::COperatorScript::checkTrigMsg()</a>, <a class="el" href="a05804.html#l00140">NLAIC::CIdentType::CIdentType()</a>, <a class="el" href="a05475.html#l00083">NLAIAGENT::CIdMethod::CIdMethod()</a>, <a class="el" href="a05859.html#l00060">NLAIAGENT::CKeyObject::CKeyObject()</a>, <a class="el" href="a06120.html#l00637">NLAISCRIPT::CFindRunMsg::clone()</a>, <a class="el" href="a06114.html#l00079">NLAISCRIPT::CObjectUnknown::clone()</a>, <a class="el" href="a05605.html#l00180">NLAISCRIPT::CConstraintStackComp::clone()</a>, <a class="el" href="a05603.html#l00038">NLAISCRIPT::CConstraintFindRun::clone()</a>, <a class="el" href="a05599.html#l00332">NLAISCRIPT::CConstraintMethode::clone()</a>, <a class="el" href="a05421.html#l00132">NLAILINK::IOTrace::clone()</a>, <a class="el" href="a05843.html#l00313">NLAISCRIPT::CMethodeName::CMethodeName()</a>, <a class="el" href="a05848.html#l00115">NLAISCRIPT::CAgentClass::CMethodType::CMethodType()</a>, <a class="el" href="a06114.html#l00056">NLAISCRIPT::CObjectUnknown::CObjectUnknown()</a>, <a class="el" href="a05407.html#l00178">NLAIAGENT::CPairType::CPairType()</a>, <a class="el" href="a05847.html#l00609">NLAISCRIPT::CAgentClass::createComponents()</a>, <a class="el" href="a06658.html#l00051">NLAILOGIC::CValueSet::CValueSet()</a>, <a class="el" href="a06660.html#l00117">NLAILOGIC::CVar::CVar()</a>, <a class="el" href="a06658.html#l00532">NLAILOGIC::CValueSet::forward()</a>, <a class="el" href="a06065.html#l00124">NLAIAGENT::IMessageBase::IMessageBase()</a>, <a class="el" href="a05412.html#l00092">NLAIAGENT::CAgentScript::initAgentScript()</a>, <a class="el" href="a06755.html#l00999">NLAISCRIPT::CCompilateur::initMessageManager()</a>, <a class="el" href="a05854.html#l00743">NLAISCRIPT::COperatorClass::isValidFonc()</a>, <a class="el" href="a06658.html#l00399">NLAILOGIC::CValueSet::load()</a>, <a class="el" href="a06131.html#l00122">NLAILOGIC::IBaseOperator::load()</a>, <a class="el" href="a05847.html#l00783">NLAISCRIPT::CAgentClass::load()</a>, <a class="el" href="a05845.html#l00038">NLAISCRIPT::CComponent::load()</a>, <a class="el" href="a05843.html#l00404">NLAISCRIPT::CMethodeName::load()</a>, <a class="el" href="a05770.html#l00683">NLAIAGENT::CVectorGroupType::operator+()</a>, <a class="el" href="a05770.html#l00269">NLAIAGENT::CGroupType::operator+()</a>, <a class="el" href="a06140.html#l00053">NLAISCRIPT::CPramContainer::operator+=()</a>, <a class="el" href="a06065.html#l00150">NLAIAGENT::IMessageBase::operator=()</a>, <a class="el" href="a05859.html#l00079">NLAIAGENT::CKeyObject::operator=()</a>, <a class="el" href="a05848.html#l00122">NLAISCRIPT::CAgentClass::CMethodType::operator=()</a>, <a class="el" href="a05600.html#l00089">NLAISCRIPT::CFunctionTag::operator=()</a>, <a class="el" href="a05475.html#l00068">NLAIAGENT::CIdMethod::operator=()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05412.html#l01412">NLAIAGENT::CAgentScript::processMessages()</a>, <a class="el" href="a06662.html#l00389">NLAISCRIPT::CCompilateur::pushParamExpression()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05420.html#l00365">NLAIAGENT::IBasicAgent::run()</a>, <a class="el" href="a05412.html#l01006">NLAIAGENT::CAgentScript::runAskGetValue()</a>, <a class="el" href="a05420.html#l00160">NLAIAGENT::IAgent::runChildren()</a>, <a class="el" href="a05966.html#l00096">NLAIAGENT::CMainAgentScript::runExec()</a>, <a class="el" href="a05412.html#l01060">NLAIAGENT::CAgentScript::runInitComponent()</a>, <a class="el" href="a06129.html#l00262">NLAIAGENT::CAgentOperation::runMethodBase()</a>, <a class="el" href="a05416.html#l00441">NLAIAGENT::CAgentWatchTimer::runMethodBase()</a>, <a class="el" href="a05412.html#l01698">NLAIAGENT::CAgentScript::runMethodBase()</a>, <a class="el" href="a05389.html#l00454">NLAIAGENT::CActorScript::runMethodBase()</a>, <a class="el" href="a06065.html#l00371">NLAIAGENT::IMessageBase::runMethodeMember()</a>, <a class="el" href="a05770.html#l00151">NLAIAGENT::IBaseGroupType::runMethodeMember()</a>, <a class="el" href="a05420.html#l00494">NLAIAGENT::IBasicAgent::runMethodeMember()</a>, <a class="el" href="a06126.html#l00235">NLAISCRIPT::CLdbRefOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00191">NLAISCRIPT::CLdbMemberiOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00135">NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00087">NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode()</a>, <a class="el" href="a06124.html#l00278">NLAISCRIPT::CCallStackMethodi::runOpCode()</a>, <a class="el" href="a06124.html#l00214">NLAISCRIPT::CCallStackNewMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00288">NLAISCRIPT::CLibStackNewMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00242">NLAISCRIPT::CLibStackMemberMethod::runOpCode()</a>, <a class="el" href="a06121.html#l00960">NLAISCRIPT::CAffOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00724">NLAISCRIPT::CAddParamNameDebug::runOpCode()</a>, <a class="el" href="a06120.html#l00449">NLAISCRIPT::CAffOpCodeDebug::runOpCode()</a>, <a class="el" href="a06120.html#l00413">NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00334">NLAISCRIPT::CAffMemberOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00317">NLAISCRIPT::CAffMemberiOpCode::runOpCode()</a>, <a class="el" href="a05412.html#l00989">NLAIAGENT::CAgentScript::runTellComponent()</a>, <a class="el" href="a05412.html#l01032">NLAIAGENT::CAgentScript::runTellSetValue()</a>, <a class="el" href="a06124.html#l00080">NLAISCRIPT::CMethodContextDebug::saveContext()</a>, <a class="el" href="a06124.html#l00041">NLAISCRIPT::CMethodContext::saveContext()</a>, <a class="el" href="a05412.html#l01197">NLAIAGENT::CAgentScript::sendBroadCast()</a>, <a class="el" href="a05911.html#l00229">NLAIAGENT::IListManager::sendMessage()</a>, <a class="el" href="a05412.html#l01186">NLAIAGENT::CAgentScript::sendMethodCompoment()</a>, <a class="el" href="a06733.html#l00167">NLAIAGENT::CVolatilMemmory::sendUpdateMessage()</a>, <a class="el" href="a05699.html#l00040">NLAISCRIPT::CFactorType::set()</a>, <a class="el" href="a06131.html#l00150">NLAILOGIC::IBaseOperator::setGoal()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06662.html#l00337">NLAISCRIPT::CCompilateur::setParamVarName()</a>, <a class="el" href="a05600.html#l00105">NLAISCRIPT::CFunctionTag::setTypeObject()</a>, <a class="el" href="a06660.html#l00147">NLAILOGIC::CVar::setValue()</a>, <a class="el" href="a06658.html#l00140">NLAILOGIC::CValueSet::setValue()</a>, <a class="el" href="a05416.html#l00291">NLAIAGENT::CAgentWatchTimer::tellBroker()</a>, <a class="el" href="a06755.html#l00765">NLAISCRIPT::CCompilateur::typeOfMethod()</a>, <a class="el" href="a06660.html#l00242">NLAILOGIC::CVar::unify()</a>, <a class="el" href="a06658.html#l00155">NLAILOGIC::CValueSet::unify()</a>, and <a class="el" href="a06129.html#l00085">NLAIAGENT::CAgentOperation::update()</a>.
+<p>
+<div class="fragment"><pre>00081 {
+00082 _Ref ++;
+00083 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1780_1" doxytag="NLAIC::CTypeOfOperator::load" ></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"> virtual void NLAIC::CBinaryType::load </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>is</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Load the class from a stream.
+<p>
+Implements <a class="el" href="a02154.html#NLAIAGENT_1_1IWordNumRefa10">NLAIC::IBasicInterface</a>.
+<p>
+Definition at line <a class="el" href="a06328.html#l00221">221</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06462.html#l00232">NLMISC::IStream::serial()</a>, and <a class="el" href="a05981.html#l00100">uint32</a>.
+<p>
+Referenced by <a class="el" href="a06328.html#l00059">NLAIC::CBinaryType::CBinaryType()</a>.
+<p>
+<div class="fragment"><pre>00222 {
+00223 <a class="code" href="a04558.html#a11">uint32</a> bytes;
+00224 is.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>( bytes );
+00225 _Bites = (<a class="code" href="a04558.html#a11">uint32</a>) bytes;
+00226 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1784_3" doxytag="NLAIC::CTypeOfOperator::newInstance" ></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"> virtual const <a class="el" href="a02151.html">NLAIC::IBasicType</a>* NLAIC::CTypeOfOperator::newInstance </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, virtual]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+This function allow a new instance, that mean that the class is a class factory.
+<p>
+Reimplemented from <a class="el" href="a02267.html#NLAIC_1_1CBinaryTypez1780_4">NLAIC::CBinaryType</a>.
+<p>
+Definition at line <a class="el" href="a06328.html#l00396">396</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00365">CTypeOfOperator()</a>, and <a class="el" href="a05646.html#l00236">x</a>.
+<p>
+<div class="fragment"><pre>00397 {
+00398 <a class="code" href="a02151.html">NLAIC::IBasicType</a> *<a class="code" href="a04223.html#a572">x</a> = <span class="keyword">new</span> <a class="code" href="a03626.html#NLAIC_1_1CTypeOfOperatora4">CTypeOfOperator</a>();
+00399 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a572">x</a>;
+00400 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1772_0" doxytag="NLAIC::CTypeOfOperator::operator &" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator &amp; </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00120">120</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>.
+<p>
+<div class="fragment"><pre>00121 {
+00122 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites &amp; bites._Bites);
+00123 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1772_1" doxytag="NLAIC::CTypeOfOperator::operator &" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator &amp; </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00116">116</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00117 {
+00118 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites &amp; bites);
+00119 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1772_2" doxytag="NLAIC::CTypeOfOperator::operator &=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator &amp;= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00111">111</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>.
+<p>
+<div class="fragment"><pre>00112 {
+00113 _Bites &amp;= bites._Bites;
+00114 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00115 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1772_3" doxytag="NLAIC::CTypeOfOperator::operator &=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator &amp;= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00106">106</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00107 {
+00108 _Bites &amp;= bites;
+00109 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00110 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatora10" doxytag="NLAIC::CTypeOfOperator::operator uint" ></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"> NLAIC::CBinaryType::operator <a class="el" href="a04558.html#a15">uint</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, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Get value of class.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06328.html#l00182">182</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>.
+<p>
+<div class="fragment"><pre>00183 {
+00184 <span class="keywordflow">return</span> _Bites;
+00185 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1778_0" doxytag="NLAIC::CTypeOfOperator::operator!" ></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"> bool NLAIC::CBinaryType::operator! </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, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Not operator.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06328.html#l00175">175</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>.
+<p>
+<div class="fragment"><pre>00176 {
+00177 <span class="keywordflow">return</span> !_Bites;
+00178 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1776_0" doxytag="NLAIC::CTypeOfOperator::operator<<" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator&lt;&lt; </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00156">156</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00157 {
+00158 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites &lt;&lt; bites);
+00159 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1776_1" doxytag="NLAIC::CTypeOfOperator::operator<<=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator&lt;&lt;= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00151">151</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00152 {
+00153 _Bites &lt;&lt;= bites;
+00154 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00155 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1778_1" doxytag="NLAIC::CTypeOfOperator::operator>>" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator&gt;&gt; </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Not operator.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06328.html#l00169">169</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00170 {
+00171 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites &gt;&gt; bites);
+00172 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1778_2" doxytag="NLAIC::CTypeOfOperator::operator>>=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator&gt;&gt;= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Not operator.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06328.html#l00164">164</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00165 {
+00166 _Bites &gt;&gt;= bites;
+00167 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00168 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1774_0" doxytag="NLAIC::CTypeOfOperator::operator^" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator^ </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00143">143</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>.
+<p>
+<div class="fragment"><pre>00144 {
+00145 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites ^ bites._Bites);
+00146 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1774_1" doxytag="NLAIC::CTypeOfOperator::operator^" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator^ </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00139">139</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00140 {
+00141 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites ^ bites);
+00142 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1774_2" doxytag="NLAIC::CTypeOfOperator::operator^=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator^= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00134">134</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>.
+<p>
+<div class="fragment"><pre>00135 {
+00136 _Bites ^= bites._Bites;
+00137 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00138 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1774_3" doxytag="NLAIC::CTypeOfOperator::operator^=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator^= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00128">128</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00129 {
+00130 _Bites ^= bites;
+00131 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00132 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1770_0" doxytag="NLAIC::CTypeOfOperator::operator|" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator| </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00097">97</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>.
+<p>
+<div class="fragment"><pre>00098 {
+00099
+00100 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites | bites._Bites);
+00101 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1770_1" doxytag="NLAIC::CTypeOfOperator::operator|" ></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="a02267.html">CBinaryType</a> NLAIC::CBinaryType::operator| </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00091">91</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06328.html#l00065">NLAIC::CBinaryType::CBinaryType()</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00092 {
+00093 <span class="keywordflow">return</span> <a class="code" href="a02267.html#NLAIC_1_1CBinaryTypea1">CBinaryType</a>(_Bites | bites);
+00094 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1770_2" doxytag="NLAIC::CTypeOfOperator::operator|=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator|= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02267.html">CBinaryType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00086">86</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>.
+<p>
+<div class="fragment"><pre>00087 {
+00088 _Bites |= bites._Bites;
+00089 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00090 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1770_3" doxytag="NLAIC::CTypeOfOperator::operator|=" ></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="a02267.html">CBinaryType</a>&amp; NLAIC::CBinaryType::operator|= </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>bites</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, inherited]</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="a06328.html#l00081">81</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
+<p>
+<div class="fragment"><pre>00082 {
+00083 _Bites |= bites;
+00084 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
+00085 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypea46" doxytag="NLAIC::CTypeOfOperator::release" ></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"> virtual void NLAIC::IPointerGestion::release </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">void&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Release allow to release the pointer. The last release when the _Ref is nul delete the object.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05386.html#l00086">86</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+References <a class="el" href="a05386.html#l00093">NLAIC::IPointerGestion::decRef()</a>.
+<p>
+Referenced by <a class="el" href="a05736.html#l00174">NLAIAGENT::CSeqFsmScript::activate()</a>, <a class="el" href="a05847.html#l00458">NLAISCRIPT::CAgentClass::addBrancheCode()</a>, <a class="el" href="a05601.html#l00047">NLAISCRIPT::CConstraintDebug::addIndex()</a>, <a class="el" href="a06755.html#l00138">NLAISCRIPT::CCompilateur::affectation()</a>, <a class="el" href="a06755.html#l00327">NLAISCRIPT::CCompilateur::affectationMember()</a>, <a class="el" href="a05854.html#l00334">NLAISCRIPT::COperatorClass::backward()</a>, <a class="el" href="a05718.html#l00313">NLAILOGIC::CFirstOrderOperator::backward()</a>, <a class="el" href="a05716.html#l00235">NLAILOGIC::CFirstOrderAssert::backward()</a>, <a class="el" href="a06662.html#l00539">NLAISCRIPT::CCompilateur::buildObject()</a>, <a class="el" href="a05421.html#l00161">NLAILINK::buildScript()</a>, <a class="el" href="a06755.html#l00816">NLAISCRIPT::CCompilateur::callFunction()</a>, <a class="el" href="a05804.html#l00117">NLAIC::CIdentType::CIdentType()</a>, <a class="el" href="a05589.html#l00366">NLAISCRIPT::CCompilateur::clean()</a>, <a class="el" href="a05843.html#l00185">NLAISCRIPT::CParam::clear()</a>, <a class="el" href="a05770.html#l01076">NLAIAGENT::CVectorGroupType::clear()</a>, <a class="el" href="a05770.html#l00664">NLAIAGENT::CGroupType::clear()</a>, <a class="el" href="a06733.html#l00075">NLAIAGENT::CVolatilMemmory::CVolatilMemmory()</a>, <a class="el" href="a05699.html#l00030">NLAISCRIPT::CFactorType::del()</a>, <a class="el" href="a05477.html#l00126">NLAIAGENT::IAgentComposite::deleteListe()</a>, <a class="el" href="a06294.html#l00251">NLAIPYSERVER::endPythonInterface()</a>, <a class="el" href="a05770.html#l00962">NLAIAGENT::CVectorGroupType::erase()</a>, <a class="el" href="a05770.html#l00545">NLAIAGENT::CGroupType::erase()</a>, <a class="el" href="a05770.html#l00946">NLAIAGENT::CVectorGroupType::eraseAll()</a>, <a class="el" href="a05770.html#l00529">NLAIAGENT::CGroupType::eraseAll()</a>, <a class="el" href="a05589.html#l00340">NLAISCRIPT::CCompilateur::errorMethodConstraint()</a>, <a class="el" href="a05589.html#l00325">NLAISCRIPT::CCompilateur::errorTypeConstraint()</a>, <a class="el" href="a05589.html#l00160">NLAISCRIPT::CCompilateur::findMethode()</a>, <a class="el" href="a05854.html#l00350">NLAISCRIPT::COperatorClass::forward()</a>, <a class="el" href="a05718.html#l00330">NLAILOGIC::CFirstOrderOperator::forward()</a>, <a class="el" href="a05588.html#l00070">NLAIAGENT::CComponentHandle::getComponent()</a>, <a class="el" href="a06133.html#l00091">NLAIAGENT::COperatorScript::getDebugString()</a>, <a class="el" href="a05412.html#l00664">NLAIAGENT::CAgentScript::getDebugString()</a>, <a class="el" href="a06131.html#l00046">NLAILOGIC::IBaseOperator::IBaseOperator()</a>, <a class="el" href="a06755.html#l00063">NLAISCRIPT::CCompilateur::ifInterrogation()</a>, <a class="el" href="a06755.html#l00097">NLAISCRIPT::CCompilateur::ifInterrogationEnd()</a>, <a class="el" href="a06669.html#l00361">NLAILOGIC::CFactPattern::init()</a>, <a class="el" href="a06343.html#l00197">NLAILOGIC::CRule::init()</a>, <a class="el" href="a05749.html#l00679">NLAIFUZZY::CTrapezeFuzzySet::init()</a>, <a class="el" href="a05749.html#l00563">NLAIFUZZY::CLeftFuzzySet::init()</a>, <a class="el" href="a05749.html#l00442">NLAIFUZZY::CTriangleFuzzySet::init()</a>, <a class="el" href="a05749.html#l00177">NLAIFUZZY::CRightFuzzySet::init()</a>, <a class="el" href="a05749.html#l00074">NLAIFUZZY::CFuzzyInterval::init()</a>, <a class="el" href="a05745.html#l00214">NLAIFUZZY::CFuzzyRule::init()</a>, <a class="el" href="a05741.html#l00068">NLAIFUZZY::CSimpleFuzzyCond::init()</a>, <a class="el" href="a06755.html#l00036">NLAISCRIPT::CCompilateur::interrogationEnd()</a>, <a class="el" href="a05854.html#l00743">NLAISCRIPT::COperatorClass::isValidFonc()</a>, <a class="el" href="a05420.html#l00057">NLAIAGENT::IAgent::Kill()</a>, <a class="el" href="a06660.html#l00190">NLAILOGIC::CVar::load()</a>, <a class="el" href="a06658.html#l00399">NLAILOGIC::CValueSet::load()</a>, <a class="el" href="a06127.html#l00072">NLAISCRIPT::CLdbOpCode::load()</a>, <a class="el" href="a06123.html#l00370">NLAISCRIPT::CLibCallMethodi::load()</a>, <a class="el" href="a06123.html#l00303">NLAISCRIPT::CLibCallInheritedMethod::load()</a>, <a class="el" href="a06123.html#l00241">NLAISCRIPT::CLibCallMethod::load()</a>, <a class="el" href="a06121.html#l00102">NLAISCRIPT::CLdbNewOpCode::load()</a>, <a class="el" href="a06120.html#l00758">NLAISCRIPT::CAddParamNameDebug::load()</a>, <a class="el" href="a06120.html#l00658">NLAISCRIPT::CFindRunMsg::load()</a>, <a class="el" href="a05911.html#l00061">NLAIAGENT::IListBasicManager::load()</a>, <a class="el" href="a05770.html#l01055">NLAIAGENT::CVectorGroupType::load()</a>, <a class="el" href="a05770.html#l00643">NLAIAGENT::CGroupType::load()</a>, <a class="el" href="a05412.html#l00605">NLAIAGENT::CAgentScript::load()</a>, <a class="el" href="a05407.html#l00087">NLAIAGENT::CStringType::load()</a>, <a class="el" href="a05401.html#l00070">NLAIAGENT::CLocalAgentMail::load()</a>, <a class="el" href="a06124.html#l00103">NLAISCRIPT::CMethodContextDebug::loadContext()</a>, <a class="el" href="a05589.html#l00052">NLAISCRIPT::CCompilateur::onEndClass()</a>, <a class="el" href="a05964.html#l00143">NLAIAGENT::CLocalMailBox::onKill()</a>, <a class="el" href="a05420.html#l00081">NLAIAGENT::IAgent::onKill()</a>, <a class="el" href="a05400.html#l00058">NLAIAGENT::CLocalAgentMail::onKill()</a>, <a class="el" href="a05770.html#l00698">NLAIAGENT::CVectorGroupType::operator-()</a>, <a class="el" href="a05770.html#l00284">NLAIAGENT::CGroupType::operator-()</a>, <a class="el" href="a05859.html#l00079">NLAIAGENT::CKeyObject::operator=()</a>, <a class="el" href="a05600.html#l00089">NLAISCRIPT::CFunctionTag::operator=()</a>, <a class="el" href="a05475.html#l00068">NLAIAGENT::CIdMethod::operator=()</a>, <a class="el" href="a06755.html#l00358">NLAISCRIPT::CCompilateur::PrivateError()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05412.html#l01412">NLAIAGENT::CAgentScript::processMessages()</a>, <a class="el" href="a05475.html#l00433">NLAIAGENT::IRefrence::refLoadStream()</a>, <a class="el" href="a06755.html#l00608">NLAISCRIPT::CCompilateur::registerMethod()</a>, <a class="el" href="a05477.html#l00108">NLAIAGENT::IAgentComposite::removeChild()</a>, <a class="el" href="a05716.html#l00095">NLAILOGIC::CFirstOrderAssert::removeFact()</a>, <a class="el" href="a05605.html#l00067">NLAISCRIPT::CConstraintStackComp::run()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05599.html#l00050">NLAISCRIPT::CConstraintMethode::run()</a>, <a class="el" href="a05420.html#l00365">NLAIAGENT::IBasicAgent::run()</a>, <a class="el" href="a05412.html#l01060">NLAIAGENT::CAgentScript::runInitComponent()</a>, <a class="el" href="a06733.html#l00218">NLAIAGENT::CVolatilMemmory::runMessage()</a>, <a class="el" href="a06129.html#l00262">NLAIAGENT::CAgentOperation::runMethodBase()</a>, <a class="el" href="a05589.html#l00286">NLAISCRIPT::CCompilateur::runMethodConstraint()</a>, <a class="el" href="a05763.html#l00773">NLAILOGIC::CInternalGoal::runMethodeMember()</a>, <a class="el" href="a05763.html#l00439">NLAILOGIC::CGoal::runMethodeMember()</a>, <a class="el" href="a05695.html#l00222">NLAILOGIC::CFact::runMethodeMember()</a>, <a class="el" href="a05475.html#l00266">NLAIAGENT::IObjectIA::runMethodeMember()</a>, <a class="el" href="a06126.html#l00087">NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode()</a>, <a class="el" href="a06124.html#l00278">NLAISCRIPT::CCallStackMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00333">NLAISCRIPT::CLibHeapMemberMethod::runOpCode()</a>, <a class="el" href="a06121.html#l00960">NLAISCRIPT::CAffOpCode::runOpCode()</a>, <a class="el" href="a06121.html#l00819">NLAISCRIPT::CJFalseOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00449">NLAISCRIPT::CAffOpCodeDebug::runOpCode()</a>, <a class="el" href="a06120.html#l00274">NLAISCRIPT::CDiffOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00250">NLAISCRIPT::CInfEqOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00226">NLAISCRIPT::CSupEqOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00202">NLAISCRIPT::CEqOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00177">NLAISCRIPT::CInfOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00150">NLAISCRIPT::CSupOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00126">NLAISCRIPT::CMulOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00101">NLAISCRIPT::CDivOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00077">NLAISCRIPT::CSubOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00053">NLAISCRIPT::CAddOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00034">NLAISCRIPT::CNegOpCode::runOpCode()</a>, <a class="el" href="a05412.html#l00953">NLAIAGENT::CAgentScript::runTellParentNotify()</a>, <a class="el" href="a05589.html#l00260">NLAISCRIPT::CCompilateur::runTypeConstraint()</a>, <a class="el" href="a06734.html#l00092">NLAIAGENT::CHashTimerManager::sendMessage()</a>, <a class="el" href="a06733.html#l00202">NLAIAGENT::CVolatilMemmory::sendMessage()</a>, <a class="el" href="a05964.html#l00093">NLAIAGENT::CLocalMailBox::sendMessage()</a>, <a class="el" href="a05911.html#l00229">NLAIAGENT::IListManager::sendMessage()</a>, <a class="el" href="a05416.html#l00741">NLAIAGENT::CAgentTimerHandle::sendMessage()</a>, <a class="el" href="a05412.html#l01250">NLAIAGENT::CAgentScript::sendMessage()</a>, <a class="el" href="a05412.html#l01177">NLAIAGENT::CAgentScript::sendMethod()</a>, <a class="el" href="a06589.html#l00283">NLAISCRIPT::COperandSimple::serial()</a>, <a class="el" href="a06114.html#l00142">NLAISCRIPT::CObjectUnknown::setBaseType()</a>, <a class="el" href="a06662.html#l00471">NLAISCRIPT::CCompilateur::setChaineVar()</a>, <a class="el" href="a05845.html#l00133">NLAISCRIPT::CClassInterpretFactory::setClass()</a>, <a class="el" href="a05386.html#l00437">NLAIC::CSelfClassFactory::setClass()</a>, <a class="el" href="a05845.html#l00096">NLAISCRIPT::IClassInterpret::setClassName()</a>, <a class="el" href="a06114.html#l00136">NLAISCRIPT::CObjectUnknown::setClassType()</a>, <a class="el" href="a06065.html#l00177">NLAIAGENT::IMessageBase::setContinuation()</a>, <a class="el" href="a06131.html#l00150">NLAILOGIC::IBaseOperator::setGoal()</a>, <a class="el" href="a05854.html#l00698">NLAISCRIPT::COperatorClass::setGoal()</a>, <a class="el" href="a06662.html#l00452">NLAISCRIPT::CCompilateur::setImediateVar()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a05843.html#l00278">NLAISCRIPT::CParam::setInfo()</a>, <a class="el" href="a05847.html#l00836">NLAISCRIPT::CAgentClass::setInheritanceName()</a>, <a class="el" href="a06662.html#l00463">NLAISCRIPT::CCompilateur::setListVar()</a>, <a class="el" href="a06066.html#l00106">NLAIAGENT::IMessageBase::setMessageGroup()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06660.html#l00098">NLAILOGIC::IBaseVar::setName()</a>, <a class="el" href="a06130.html#l00087">NLAIAGENT::CAgentOperation::setName()</a>, <a class="el" href="a05843.html#l00339">NLAISCRIPT::CMethodeName::setName()</a>, <a class="el" href="a05475.html#l00461">NLAIAGENT::IRefrence::setNumRef()</a>, <a class="el" href="a05603.html#l00114">NLAISCRIPT::CConstraintFindRun::setOpCode()</a>, <a class="el" href="a05599.html#l00285">NLAISCRIPT::CConstraintMethode::setOpCode()</a>, <a class="el" href="a06662.html#l00401">NLAISCRIPT::CCompilateur::setPerformative()</a>, <a class="el" href="a05763.html#l00891">NLAILOGIC::CInternalGoal::setProperty()</a>, <a class="el" href="a06065.html#l00170">NLAIAGENT::IMessageBase::setReceiver()</a>, <a class="el" href="a06065.html#l00163">NLAIAGENT::IMessageBase::setSender()</a>, <a class="el" href="a06658.html#l00550">NLAILOGIC::CValueSet::setSize()</a>, <a class="el" href="a06662.html#l00482">NLAISCRIPT::CCompilateur::setStackVar()</a>, <a class="el" href="a06030.html#l00263">NLAIAGENT::CMessageScript::setStaticMember()</a>, <a class="el" href="a05412.html#l00517">NLAIAGENT::CAgentScript::setStaticMember()</a>, <a class="el" href="a05845.html#l00083">NLAISCRIPT::IClassInterpret::setType()</a>, <a class="el" href="a05600.html#l00105">NLAISCRIPT::CFunctionTag::setTypeObject()</a>, <a class="el" href="a05843.html#l00376">NLAISCRIPT::CMethodeName::setTypeOfMethode()</a>, <a class="el" href="a06660.html#l00147">NLAILOGIC::CVar::setValue()</a>, <a class="el" href="a06130.html#l00075">NLAIAGENT::CAgentOperation::setValue()</a>, <a class="el" href="a05398.html#l00075">NLAIAGENT::IAgentInput::setValue()</a>, <a class="el" href="a06658.html#l00155">NLAILOGIC::CValueSet::unify()</a>, <a class="el" href="a05854.html#l00246">NLAISCRIPT::COperatorClass::unifyBackward()</a>, <a class="el" href="a05718.html#l00225">NLAILOGIC::CFirstOrderOperator::unifyBackward()</a>, <a class="el" href="a05854.html#l00285">NLAISCRIPT::COperatorClass::unifyForward()</a>, <a class="el" href="a05718.html#l00264">NLAILOGIC::CFirstOrderOperator::unifyForward()</a>, <a class="el" href="a06343.html#l00402">NLAILOGIC::CRule::unifyLiaisonBack()</a>, <a class="el" href="a06120.html#l00719">NLAISCRIPT::CAddParamNameDebug::~CAddParamNameDebug()</a>, <a class="el" href="a05847.html#l00105">NLAISCRIPT::CAgentClass::~CAgentClass()</a>, <a class="el" href="a06129.html#l00062">NLAIAGENT::CAgentOperation::~CAgentOperation()</a>, <a class="el" href="a05412.html#l00476">NLAIAGENT::CAgentScript::~CAgentScript()</a>, <a class="el" href="a05416.html#l00688">NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle()</a>, <a class="el" href="a05416.html#l00253">NLAIAGENT::CAgentWatchTimer::~CAgentWatchTimer()</a>, <a class="el" href="a05845.html#l00128">NLAISCRIPT::CClassInterpretFactory::~CClassInterpretFactory()</a>, <a class="el" href="a05573.html#l00083">NLAISCRIPT::CCodeBrancheRunDebug::~CCodeBrancheRunDebug()</a>, <a class="el" href="a05590.html#l00317">NLAISCRIPT::CCompilateur::~CCompilateur()</a>, <a class="el" href="a05588.html#l00052">NLAIAGENT::CComponentHandle::~CComponentHandle()</a>, <a class="el" href="a05607.html#l00085">NLAISCRIPT::CConstraintChkMethodeType::~CConstraintChkMethodeType()</a>, <a class="el" href="a05600.html#l00372">NLAISCRIPT::CConstraintMethode::~CConstraintMethode()</a>, <a class="el" href="a05605.html#l00060">NLAISCRIPT::CConstraintStackComp::~CConstraintStackComp()</a>, <a class="el" href="a05695.html#l00110">NLAILOGIC::CFact::~CFact()</a>, <a class="el" href="a06120.html#l00599">NLAISCRIPT::CFindRunMsg::~CFindRunMsg()</a>, <a class="el" href="a05716.html#l00052">NLAILOGIC::CFirstOrderAssert::~CFirstOrderAssert()</a>, <a class="el" href="a05600.html#l00112">NLAISCRIPT::CFunctionTag::~CFunctionTag()</a>, <a class="el" href="a05804.html#l00093">NLAIC::CIdentType::~CIdentType()</a>, <a class="el" href="a05475.html#l00107">NLAIAGENT::CIdMethod::~CIdMethod()</a>, <a class="el" href="a05763.html#l00569">NLAILOGIC::CInternalGoal::~CInternalGoal()</a>, <a class="el" href="a05859.html#l00074">NLAIAGENT::CKeyObject::~CKeyObject()</a>, <a class="el" href="a06121.html#l00113">NLAISCRIPT::CLdbNewOpCode::~CLdbNewOpCode()</a>, <a class="el" href="a06127.html#l00081">NLAISCRIPT::CLdbOpCode::~CLdbOpCode()</a>, <a class="el" href="a06123.html#l00319">NLAISCRIPT::CLibCallInheritedMethod::~CLibCallInheritedMethod()</a>, <a class="el" href="a06123.html#l00254">NLAISCRIPT::CLibCallMethod::~CLibCallMethod()</a>, <a class="el" href="a06123.html#l00386">NLAISCRIPT::CLibCallMethodi::~CLibCallMethodi()</a>, <a class="el" href="a05964.html#l00060">NLAIAGENT::CLocalMailBox::~CLocalMailBox()</a>, <a class="el" href="a05966.html#l00061">NLAIAGENT::CMainAgentScript::~CMainAgentScript()</a>, <a class="el" href="a06500.html#l00076">NLAISCRIPT::CLibTest::CMethodCall::~CMethodCall()</a>, <a class="el" href="a05413.html#l00114">NLAIAGENT::CAgentScript::CMethodCall::~CMethodCall()</a>, <a class="el" href="a05843.html#l00299">NLAISCRIPT::CMethodeName::~CMethodeName()</a>, <a class="el" href="a05848.html#l00136">NLAISCRIPT::CAgentClass::CMethodType::~CMethodType()</a>, <a class="el" href="a06114.html#l00149">NLAISCRIPT::CObjectUnknown::~CObjectUnknown()</a>, <a class="el" href="a06589.html#l00300">NLAISCRIPT::COperandSimple::~COperandSimple()</a>, <a class="el" href="a06589.html#l00552">NLAISCRIPT::COperandUnknown::~COperandUnknown()</a>, <a class="el" href="a06589.html#l00679">NLAISCRIPT::COperationType::~COperationType()</a>, <a class="el" href="a06589.html#l00813">NLAISCRIPT::COperationTypeGD::~COperationTypeGD()</a>, <a class="el" href="a05854.html#l00094">NLAISCRIPT::COperatorClass::~COperatorClass()</a>, <a class="el" href="a05407.html#l00243">NLAIAGENT::CPairType::~CPairType()</a>, <a class="el" href="a05386.html#l00444">NLAIC::CSelfClassFactory::~CSelfClassFactory()</a>, <a class="el" href="a05407.html#l00128">NLAIAGENT::CStringType::~CStringType()</a>, <a class="el" href="a06658.html#l00132">NLAILOGIC::CValueSet::~CValueSet()</a>, <a class="el" href="a06660.html#l00141">NLAILOGIC::CVar::~CVar()</a>, <a class="el" href="a06733.html#l00080">NLAIAGENT::CVolatilMemmory::~CVolatilMemmory()</a>, <a class="el" href="a05398.html#l00043">NLAIAGENT::IAgentInput::~IAgentInput()</a>, <a class="el" href="a05422.html#l00039">NLAILOGIC::IBaseAssert::~IBaseAssert()</a>, <a class="el" href="a06131.html#l00068">NLAILOGIC::IBaseOperator::~IBaseOperator()</a>, <a class="el" href="a06660.html#l00111">NLAILOGIC::IBaseVar::~IBaseVar()</a>, <a class="el" href="a05420.html#l00303">NLAIAGENT::IBasicAgent::~IBasicAgent()</a>, <a class="el" href="a06039.html#l00091">NLAISCRIPT::IBlock::~IBlock()</a>, <a class="el" href="a05845.html#l00065">NLAISCRIPT::IClassInterpret::~IClassInterpret()</a>, <a class="el" href="a05763.html#l00059">NLAILOGIC::IGoal::~IGoal()</a>, <a class="el" href="a05911.html#l00050">NLAIAGENT::IListBasicManager::~IListBasicManager()</a>, <a class="el" href="a06065.html#l00142">NLAIAGENT::IMessageBase::~IMessageBase()</a>, <a class="el" href="a05475.html#l00467">NLAIAGENT::IRefrence::~IRefrence()</a>, and <a class="el" href="a06759.html#l00041">NLAICHARACTER::IZone::~IZone()</a>.
+<p>
+<div class="fragment"><pre>00087 {
+00088 <span class="keywordflow">if</span>(<a class="code" href="a02145.html#NLAIAGENT_1_1VectorTypea2">decRef</a>() == 0)
+00089 <span class="keyword">delete</span> <span class="keyword">this</span>;
+00090 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperatorz1780_2" doxytag="NLAIC::CTypeOfOperator::save" ></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"> virtual void NLAIC::CBinaryType::save </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>os</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Save the class in a stream.
+<p>
+Implements <a class="el" href="a02154.html#NLAIAGENT_1_1IWordNumRefa14">NLAIC::IBasicInterface</a>.
+<p>
+Definition at line <a class="el" href="a06328.html#l00210">210</a> of file <a class="el" href="a06328.html">registry_type.h</a>.
+<p>
+References <a class="el" href="a06328.html#l00045">NLAIC::CBinaryType::_Bites</a>, <a class="el" href="a06462.html#l00232">NLMISC::IStream::serial()</a>, and <a class="el" href="a05981.html#l00100">uint32</a>.
+<p>
+<div class="fragment"><pre>00211 {
+00212 <a class="code" href="a04558.html#a11">uint32</a> bytes = (<a class="code" href="a04558.html#a11">uint32</a>) _Bites;
+00213 os.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>( bytes );
+00214 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAIAGENT_1_1VectorTypea54" doxytag="NLAIC::CTypeOfOperator::serial" ></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"> virtual void NLAIC::IBasicInterface::serial </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>f</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap> throw (<a class="el" href="a03781.html">NLMISC::EStream</a>)<code> [inline, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Reimplemented from <a class="el" href="a02145.html#NLAIC_1_1IPointerGestionz1764_1">NLAIC::IPointerGestion</a>.
+<p>
+Definition at line <a class="el" href="a05386.html#l00328">328</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
+<p>
+References <a class="el" href="a05386.html#l00350">NLAIC::IBasicInterface::load()</a>, and <a class="el" href="a05386.html#l00346">NLAIC::IBasicInterface::save()</a>.
+<p>
+<div class="fragment"><pre>00329 {
+00330 <span class="keywordflow">if</span> ( f.<a class="code" href="a02270.html#NLMISC_1_1IStreama0">isReading</a>() )
+00331 <a class="code" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_1">load</a>( f );
+00332 <span class="keywordflow">else</span>
+00333 <a class="code" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_2">save</a>( f );
+00334 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLAIC_1_1CTypeOfOperators0" doxytag="NLAIC::CTypeOfOperator::IdTypeOfOperator" ></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="a02650.html">CIdentType</a> <a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperators0">NLAIC::CTypeOfOperator::IdTypeOfOperator</a><code> [static]</code>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Referenced by <a class="el" href="a06327.html#l00069">getType()</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following files:<ul>
+<li><a class="el" href="a06328.html">registry_type.h</a><li><a class="el" href="a06327.html">registry_type.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 10:23:37 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>