|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CConstIteratorContener Class ReferenceThis class is very use in all algorithme.
More...
#include <agent_object.h>
Inheritance diagram for NLAIAGENT::CConstIteratorContener:
List of all members.
Detailed Description
This class is very use in all algorithme.
The advatange is that programmer don't have to delete an abstract iterator IBasicIterator, and he can manipulate this class withaout memory leek.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 462 of file agent_object.h.
Constructor & Destructor Documentation
NLAIAGENT::CConstIteratorContener::CConstIteratorContener |
( |
const CConstIteratorContener & |
i |
) |
[inline] |
|
NLAIAGENT::CConstIteratorContener::CConstIteratorContener |
( |
IBasicIterator * |
i |
) |
[inline] |
|
virtual NLAIAGENT::CConstIteratorContener::~CConstIteratorContener |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
virtual bool NLAIAGENT::CConstIteratorContener::isInBegin |
( |
|
) |
const [inline, virtual] |
|
virtual bool NLAIAGENT::CConstIteratorContener::isInEnd |
( |
|
) |
const [inline, virtual] |
|
virtual NLAIAGENT::CConstIteratorContener::operator const IObjetOp * |
( |
|
) |
const [inline, virtual] |
|
virtual const IObjetOp* NLAIAGENT::CConstIteratorContener::operator++ |
( |
int |
|
) |
[inline, virtual] |
|
virtual const IObjetOp* NLAIAGENT::CConstIteratorContener::operator-- |
( |
int |
|
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|
|