#include <key_agent.h>
Public Member Functions | |
CKeyAgent (const CStringType &s) | |
CKeyAgent (const CKeyAgent &k) | |
CKeyAgent (const CStringType &s, const std::list< IBasicAgent * >::iterator &i) | |
bool | operator< (const CKeyAgent &k) const |
Data Fields | |
std::list< IBasicAgent * >::iterator | Itr |
CStringType | Name |
|
Definition at line 37 of file key_agent.h.
|
|
Definition at line 41 of file key_agent.h. References Itr.
|
|
Definition at line 45 of file key_agent.h. References s.
00045 : Name(s) 00046 { 00047 } |
|
Definition at line 49 of file key_agent.h. References Name.
00050 { 00051 return (Name < k.Name); 00052 } |
|
Definition at line 35 of file key_agent.h. Referenced by CKeyAgent(), NLAIAGENT::CAgentScript::getDynamicName(), and NLAIAGENT::CAgentScript::runMethodBase(). |
|
Definition at line 34 of file key_agent.h. Referenced by NLAIAGENT::CAgentScript::getDynamicName(), operator<(), and NLAIAGENT::CAgentScript::runMethodBase(). |