From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02696.html | 252 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 docs/doxygen/nel/a02696.html (limited to 'docs/doxygen/nel/a02696.html') diff --git a/docs/doxygen/nel/a02696.html b/docs/doxygen/nel/a02696.html new file mode 100644 index 00000000..d8ca3dc6 --- /dev/null +++ b/docs/doxygen/nel/a02696.html @@ -0,0 +1,252 @@ + + +NeL: NLAIAGENT::CKeyAgent struct Reference + + + +
+

NLAIAGENT::CKeyAgent Struct Reference

#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
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CKeyAgent::CKeyAgent const CStringType s,
const std::list< IBasicAgent * >::iterator &  i
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 37 of file key_agent.h. +

+References Itr, and s. +

+

00037                                                                                         : Name(s), Itr(i)
+00038                 {
+00039                 }
+
+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CKeyAgent::CKeyAgent const CKeyAgent k  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 41 of file key_agent.h. +

+References Itr. +

+

00041                                              :Name(k.Name), Itr(k.Itr)
+00042                 {
+00043                 }
+
+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CKeyAgent::CKeyAgent const CStringType s  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file key_agent.h. +

+References s. +

+

00045                                                : Name(s)
+00046                 {
+00047                 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLAIAGENT::CKeyAgent::operator< const CKeyAgent k  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file key_agent.h. +

+References Name. +

+

00050                 {
+00051                         return (Name < k.Name);
+00052                 }
+
+


Field Documentation

+

+ + + + +
+ + +
std::list<IBasicAgent *>::iterator NLAIAGENT::CKeyAgent::Itr +
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file key_agent.h. +

+Referenced by CKeyAgent(), NLAIAGENT::CAgentScript::getDynamicName(), and NLAIAGENT::CAgentScript::runMethodBase().

+

+ + + + +
+ + +
CStringType NLAIAGENT::CKeyAgent::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 34 of file key_agent.h. +

+Referenced by NLAIAGENT::CAgentScript::getDynamicName(), operator<(), and NLAIAGENT::CAgentScript::runMethodBase().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 09:16:50 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1