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

NLAIAGENT::INombreDefine::CMethodCall Struct Reference

#include <agent_nombre.h> +

+


Detailed Description

+Structure to define the name ande the id of hard coded mathod. +

+ +

+Definition at line 53 of file agent_nombre.h. + + + + + + + + + + + +

Public Member Functions

 CMethodCall (const char *name, int i)

Data Fields

sint32 Index
 Index of the method in the class.

CStringVarName MethodName
 Name of the method.

+


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 55 of file agent_nombre.h. +

+

00055                                                             : MethodName (name)
+00056                         {                               
+00057                                 Index = i;
+00058                         }
+
+


Field Documentation

+

+ + + + +
+ + +
sint32 NLAIAGENT::INombreDefine::CMethodCall::Index +
+
+ + + + + +
+   + + +

+Index of the method in the class. +

+ +

+Definition at line 62 of file agent_nombre.h.

+

+ + + + +
+ + +
CStringVarName NLAIAGENT::INombreDefine::CMethodCall::MethodName +
+
+ + + + + +
+   + + +

+Name of the method. +

+ +

+Definition at line 60 of file agent_nombre.h.

+


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