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

Public Member Functions | |
| CConstTemplateIterator (const typeClass &l) | |
| virtual bool | isInBegin () const |
| virtual bool | isInEnd () const |
| virtual | operator const IObjetOp * () const |
| virtual const IObjetOp * | operator++ (int) |
| virtual const IObjetOp * | operator-- (int) |
| virtual | ~CConstTemplateIterator () |
Private Attributes | |
| typeClass::const_iterator | _I |
| const typeClass & | _ListType |
|
||||||||||
|
Definition at line 354 of file agent_object.h.
|
|
|||||||||
|
Definition at line 357 of file agent_object.h.
00358 {
00359 }
|
|
|||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 380 of file agent_object.h.
|
|
|||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 375 of file agent_object.h.
|
|
|||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 370 of file agent_object.h.
00371 {
00372 return (const IObjetOp *)*_I;
00373 }
|
|
||||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 361 of file agent_object.h.
00362 {
00363 return (const IObjetOp*)*_I++;
00364 }
|
|
||||||||||
|
Implements NLAIAGENT::IConstBasicIterator. Definition at line 365 of file agent_object.h.
00366 {
00367 return (const IObjetOp*)*_I--;
00368 }
|
|
|||||
|
Definition at line 350 of file agent_object.h. |
|
|||||
|
Definition at line 351 of file agent_object.h. |
1.3.6