|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::IAgentComposite Class ReferenceBase class for child working in an agent.
More...
#include <agent.h>
Inheritance diagram for NLAIAGENT::IAgentComposite
[legend]Collaboration diagram for NLAIAGENT::IAgentComposite:
[legend]List of all members.
Detailed Description
Base class for child working in an agent.
This class manage a child list.
-
Author(s):
-
Portier Pierre , Nevrax France
-
Date:
-
2000
Definition at line 273 of file agent.h.
Member Typedef Documentation
typedef std::list<IBasicAgent *> NLAIAGENT::IAgentComposite::tBasicList [private]
|
|
Constructor & Destructor Documentation
NLAIAGENT::IAgentComposite::IAgentComposite (
|
const IAgentComposite & a ) [protected]
|
|
NLAIAGENT::IAgentComposite::IAgentComposite (
|
IBasicAgent * parent )
|
|
|
Contruct agent with an parent and an mail box.
Definition at line 45 of file basic_agent.cpp. |
NLAIAGENT::IAgentComposite::~IAgentComposite (
|
) [virtual]
|
|
Member Function Documentation
void NLAIAGENT::IAgentComposite::cpyChild (
|
const IBasicAgent & p )
|
|
void NLAIAGENT::IAgentComposite::deleteListe (
|
) [private]
|
|
void NLAIAGENT::IAgentComposite::removeChild (
|
std::list< IBasicAgent *>::iterator & iter ) [virtual]
|
|
void NLAIAGENT::IAgentComposite::removeChild (
|
const IBasicAgent * p ) [virtual]
|
|
void NLAIAGENT::IAgentComposite::removeChild (
|
const IBasicAgent & p )
|
|
Member Data Documentation
tBasicList NLAIAGENT::IAgentComposite::_AgentList [protected]
|
|
The documentation for this class was generated from the following files:
|
|