#include <agent_object.h>
Inheritance diagram for NLAIAGENT::IConstBasicIterator:
We have two list type a std::vector list and a std::list type we define this class to standardize iterator list access.
Nevrax France
Definition at line 272 of file agent_object.h.
Public Member Functions | |
IConstBasicIterator () | |
virtual bool | isInBegin () const=0 |
virtual bool | isInEnd () const=0 |
virtual | operator const IObjetOp * () const=0 |
virtual const IObjetOp * | operator++ (int)=0 |
virtual const IObjetOp * | operator-- (int)=0 |
virtual | ~IConstBasicIterator () |
|
Definition at line 275 of file agent_object.h.
00275 {} |
|
Definition at line 281 of file agent_object.h.
00281 {} |
|
|
|
|
|