#include <agent_object.h>
Inheritance diagram for NLAIAGENT::CTemplateIterator< typeClass >:

Nevrax France
Definition at line 300 of file agent_object.h.
Public Member Functions | |
| CTemplateIterator (typeClass &l) | |
| virtual void | erase () |
| virtual bool | isInBegin () const |
| virtual bool | isInEnd () const |
| virtual | operator const IObjetOp * () const |
| virtual const IObjetOp * | operator++ (int) |
| virtual const IObjetOp * | operator-- (int) |
| virtual | ~CTemplateIterator () |
Private Attributes | |
| typeClass::iterator | _I |
| typeClass & | _ListType |
|
||||||||||
|
Definition at line 307 of file agent_object.h.
|
|
|||||||||
|
Definition at line 310 of file agent_object.h.
00311 {
00312 }
|
|
|||||||||
|
Implements NLAIAGENT::IBasicIterator. Definition at line 328 of file agent_object.h.
|
|
|||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 340 of file agent_object.h.
|
|
|||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 335 of file agent_object.h.
|
|
|||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 323 of file agent_object.h.
00324 {
00325 return (const IObjetOp *)*_I;
00326 }
|
|
||||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 314 of file agent_object.h.
00315 {
00316 return (const IObjetOp*)*_I++;
00317 }
|
|
||||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 318 of file agent_object.h.
00319 {
00320 return (const IObjetOp*)*_I--;
00321 }
|
|
|||||
|
Definition at line 303 of file agent_object.h. |
|
|||||
|
Definition at line 304 of file agent_object.h. |
1.3.6