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/a03839.html | 127 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 docs/doxygen/nel/a03839.html (limited to 'docs/doxygen/nel/a03839.html') diff --git a/docs/doxygen/nel/a03839.html b/docs/doxygen/nel/a03839.html new file mode 100644 index 00000000..561a659a --- /dev/null +++ b/docs/doxygen/nel/a03839.html @@ -0,0 +1,127 @@ + + +NeL: NLAIAGENT::IBasicAgent::CMethodCall struct Reference + + + +
+

NLAIAGENT::IBasicAgent::CMethodCall Struct Reference

+ + + + + + + + + +

Public Member Functions

 CMethodCall (const char *name, int i)

Data Fields

sint32 Index
CStringVarName MethodName
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::IBasicAgent::CMethodCall::CMethodCall const char *  name,
int  i
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file agent.h. +

+References MethodName. +

+

00050                                                             : MethodName (name)
+00051                         {                               
+00052                                 Index = i;
+00053                         }
+
+


Field Documentation

+

+ + + + +
+ + +
sint32 NLAIAGENT::IBasicAgent::CMethodCall::Index +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file agent.h.

+

+ + + + +
+ + +
CStringVarName NLAIAGENT::IBasicAgent::CMethodCall::MethodName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file agent.h. +

+Referenced by CMethodCall().

+


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