|
|
|
|
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:
List of all members.
Detailed Description
Base class for child working in an agent.
This class manage a child list.
-
Author:
-
Portier Pierre , Nevrax France
-
Date:
-
2000
Definition at line 332 of file agent.h.
Member Typedef Documentation
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] |
|
virtual sint NLAIAGENT::IAgentComposite::getChildCoun |
( |
|
) |
const [inline, virtual] |
|
void NLAIAGENT::IAgentComposite::onKill |
( |
IConnectIA * |
A |
) |
[virtual] |
|
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]
|
|
sint NLAIAGENT::IAgentComposite::_SizeChild [protected]
|
|
The documentation for this class was generated from the following files:
|
|