diff options
Diffstat (limited to 'docs/doxygen/nel/a02773.html')
-rw-r--r-- | docs/doxygen/nel/a02773.html | 450 |
1 files changed, 450 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02773.html b/docs/doxygen/nel/a02773.html new file mode 100644 index 00000000..620b934c --- /dev/null +++ b/docs/doxygen/nel/a02773.html @@ -0,0 +1,450 @@ +<!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: TemplateNLAIAGENT::CTemplateIterator< typeClass > 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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div> +<h1>NLAIAGENT::CTemplateIterator< typeClass > Class Template Reference</h1><code>#include <<a class="el" href="a05407.html">agent_object.h</a>></code> +<p> +<p>Inheritance diagram for NLAIAGENT::CTemplateIterator< typeClass >: +<p><center><img src="a02773.png" usemap="#NLAIAGENT::CTemplateIterator< typeClass >_map" border="0" alt=""></center> +<map name="NLAIAGENT::CTemplateIterator< typeClass >_map"> +<area href="a03840.html" alt="NLAIAGENT::IBasicIterator" shape="rect" coords="138,56,404,80"> +<area href="a03841.html" alt="NLAIAGENT::IConstBasicIterator" shape="rect" coords="138,0,404,24"> +<area href="a02772.html" alt="NLAIAGENT::CListIterator" shape="rect" coords="0,168,266,192"> +<area href="a03669.html" alt="NLAIAGENT::CVectorIterator" shape="rect" coords="276,168,542,192"> +</map> +<hr><a name="_details"></a><h2>Detailed Description</h2> +<h3>template<class typeClass><br> + class NLAIAGENT::CTemplateIterator< typeClass ></h3> + +Template version of <a class="el" href="a03840.html">IBasicIterator</a> implementation.<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="a05407.html#l00300">300</a> of file <a class="el" href="a05407.html">agent_object.h</a>.<table border=0 cellpadding=0 cellspacing=0> +<tr><td></td></tr> +<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CTemplateIteratora0">CTemplateIterator</a> (typeClass &l)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CVectorIteratora1">erase</a> ()</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CVectorIteratora2">isInBegin</a> () const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CVectorIteratora3">isInEnd</a> () const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CVectorIteratora4">operator const IObjetOp *</a> () const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const <a class="el" href="a02147.html">IObjetOp</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CVectorIteratora5">operator++</a> (int)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const <a class="el" href="a02147.html">IObjetOp</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CVectorIteratora6">operator--</a> (int)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>virtual </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CTemplateIteratora7">~CTemplateIterator</a> ()</td></tr> + +<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>typeClass::iterator </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typeClass & </td><td class="memItemRight" valign=bottom><a class="el" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr1">_ListType</a></td></tr> + +</table> +<hr><h2>Constructor & Destructor Documentation</h2> +<a class="anchor" name="NLAIAGENT_1_1CTemplateIteratora0" doxytag="NLAIAGENT::CTemplateIterator::CTemplateIterator" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::<a class="el" href="a02773.html">CTemplateIterator</a> </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">typeClass & </td> + <td class="mdname1" valign="top" nowrap> <em>l</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05407.html#l00307">307</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00307 :<a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a>(<a class="code" href="a05373.html#a2">l</a>.begin()),<a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr1">_ListType</a>(l) +00308 { +00309 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CTemplateIteratora7" doxytag="NLAIAGENT::CTemplateIterator::~CTemplateIterator" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::~<a class="el" href="a02773.html">CTemplateIterator</a> </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline, virtual]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05407.html#l00310">310</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00311 { +00312 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NLAIAGENT_1_1CVectorIteratora1" doxytag="NLAIAGENT::CTemplateIterator::erase" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual void <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::erase </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline, virtual]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Implements <a class="el" href="a03840.html#NLAIAGENT_1_1IBasicIteratora0">NLAIAGENT::IBasicIterator</a>. +<p> +Definition at line <a class="el" href="a05407.html#l00328">328</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00329 { +00330 <span class="keyword">typename</span> typeClass::iterator temp = <a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a>; +00331 _I++; +00332 <a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr1">_ListType</a>.erase(temp); +00333 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CVectorIteratora2" doxytag="NLAIAGENT::CTemplateIterator::isInBegin" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual bool <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::isInBegin </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </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> + + </td> + <td> + +<p> + +<p> +Implements <a class="el" href="a03841.html#NLAIAGENT_1_1IConstBasicIteratora1">NLAIAGENT::IConstBasicIterator</a>. +<p> +Definition at line <a class="el" href="a05407.html#l00340">340</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00341 { +00342 <span class="keywordflow">return</span> <a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a> == <a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr1">_ListType</a>.begin(); +00343 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CVectorIteratora3" doxytag="NLAIAGENT::CTemplateIterator::isInEnd" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual bool <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::isInEnd </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </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> + + </td> + <td> + +<p> + +<p> +Implements <a class="el" href="a03841.html#NLAIAGENT_1_1IConstBasicIteratora2">NLAIAGENT::IConstBasicIterator</a>. +<p> +Definition at line <a class="el" href="a05407.html#l00335">335</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00336 { +00337 <span class="keywordflow">return</span> <a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a> == <a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr1">_ListType</a>.end(); +00338 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CVectorIteratora4" doxytag="NLAIAGENT::CTemplateIterator::operator const IObjetOp *" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::operator const <a class="el" href="a02147.html">IObjetOp</a> * </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </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> + + </td> + <td> + +<p> + +<p> +Implements <a class="el" href="a03841.html#NLAIAGENT_1_1IConstBasicIteratora3">NLAIAGENT::IConstBasicIterator</a>. +<p> +Definition at line <a class="el" href="a05407.html#l00323">323</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00324 { +00325 <span class="keywordflow">return</span> (<span class="keyword">const</span> IObjetOp *)*<a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a>; +00326 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CVectorIteratora5" doxytag="NLAIAGENT::CTemplateIterator::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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual const <a class="el" href="a02147.html">IObjetOp</a>* <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::operator++ </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">int </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline, virtual]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Implements <a class="el" href="a03841.html#NLAIAGENT_1_1IConstBasicIteratora4">NLAIAGENT::IConstBasicIterator</a>. +<p> +Definition at line <a class="el" href="a05407.html#l00314">314</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00315 { +00316 <span class="keywordflow">return</span> (<span class="keyword">const</span> IObjetOp*)*<a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a>++; +00317 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CVectorIteratora6" doxytag="NLAIAGENT::CTemplateIterator::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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> virtual const <a class="el" href="a02147.html">IObjetOp</a>* <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::operator-- </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">int </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline, virtual]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Implements <a class="el" href="a03841.html#NLAIAGENT_1_1IConstBasicIteratora5">NLAIAGENT::IConstBasicIterator</a>. +<p> +Definition at line <a class="el" href="a05407.html#l00318">318</a> of file <a class="el" href="a05407.html">agent_object.h</a>. +<p> +<div class="fragment"><pre>00319 { +00320 <span class="keywordflow">return</span> (<span class="keyword">const</span> IObjetOp*)*<a class="code" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a>--; +00321 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NLAIAGENT_1_1CTemplateIteratorr0" doxytag="NLAIAGENT::CTemplateIterator::_I" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> typeClass::iterator <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::<a class="el" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr0">_I</a><code> [private]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05407.html#l00303">303</a> of file <a class="el" href="a05407.html">agent_object.h</a>. </td> + </tr> +</table> +<a class="anchor" name="NLAIAGENT_1_1CTemplateIteratorr1" doxytag="NLAIAGENT::CTemplateIterator::_ListType" ></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" colspan="4"> +template<class typeClass> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> typeClass& <a class="el" href="a02773.html">NLAIAGENT::CTemplateIterator</a>< typeClass >::<a class="el" href="a02773.html#NLAIAGENT_1_1CTemplateIteratorr1">_ListType</a><code> [private]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05407.html#l00304">304</a> of file <a class="el" href="a05407.html">agent_object.h</a>. </td> + </tr> +</table> +<hr>The documentation for this class was generated from the following file:<ul> +<li><a class="el" href="a05407.html">agent_object.h</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 09:47:08 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> |