From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../class_NLAISCRIPT__CLibTest__CMethodCall.html | 397 +++++++++++++++++++++ 1 file changed, 397 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAISCRIPT__CLibTest__CMethodCall.html (limited to 'docs/doxygen/nel/class_NLAISCRIPT__CLibTest__CMethodCall.html') diff --git a/docs/doxygen/nel/class_NLAISCRIPT__CLibTest__CMethodCall.html b/docs/doxygen/nel/class_NLAISCRIPT__CLibTest__CMethodCall.html new file mode 100644 index 00000000..dcb746eb --- /dev/null +++ b/docs/doxygen/nel/class_NLAISCRIPT__CLibTest__CMethodCall.html @@ -0,0 +1,397 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAISCRIPT::CLibTest::CMethodCall Struct Reference

Structure to define the name, id and argument type of hard coded mathod. +More... +

+#include <test_method.h> +

+Collaboration diagram for NLAISCRIPT::CLibTest::CMethodCall:

Collaboration graph
+ + + + + + + + + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + +

Public Methods

 CMethodCall (const char *name, int i,NLAIAGENT::IObjectIA *a,TTypeCheck checkArg,int argCount, NLAIAGENT::IObjectIA *r)
 ~CMethodCall ()

Public Attributes

NLAIAGENT::CStringVarName MethodName
 Name of the method. More...

NLAIAGENT::IObjectIAArgType
 Type of the method argument. More...

NLAIAGENT::IObjectIAReturnValue
 Return value type. More...

TTypeCheck CheckArgType
 CheckArg is for force the method argument test. If its true we test juste the name coherence. More...

sint ArgCount
 Count neaded when the CheckCount it set. More...

sint32 Index
 Index of the method in the class. More...

+

Detailed Description

+Structure to define the name, id and argument type of hard coded mathod. +

+ +

+ +

+Definition at line 59 of file test_method.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+NLAISCRIPT::CLibTest::CMethodCall::CMethodCall ( + +const char * name, +
+int i, +
+NLAIAGENT::IObjectIA * a, +
+TTypeCheck checkArg, +
+int argCount, +
+NLAIAGENT::IObjectIA * r ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file test_method.h.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CLibTest::CMethodCall::~CMethodCall ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 69 of file test_method.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+sint NLAISCRIPT::CLibTest::CMethodCall::ArgCount +
+
+ + + + + +
+   + + +

+Count neaded when the CheckCount it set. +

+ +

+Definition at line 83 of file test_method.h.

+

+ + + + +
+ + + + + +
+NLAIAGENT::IObjectIA * NLAISCRIPT::CLibTest::CMethodCall::ArgType +
+
+ + + + + +
+   + + +

+Type of the method argument. +

+ +

+Definition at line 77 of file test_method.h.

+

+ + + + +
+ + + + + +
+TTypeCheck NLAISCRIPT::CLibTest::CMethodCall::CheckArgType +
+
+ + + + + +
+   + + +

+CheckArg is for force the method argument test. If its true we test juste the name coherence. +

+ +

+Definition at line 81 of file test_method.h.

+

+ + + + +
+ + + + + +
+sint32 NLAISCRIPT::CLibTest::CMethodCall::Index +
+
+ + + + + +
+   + + +

+Index of the method in the class. +

+ +

+Definition at line 85 of file test_method.h.

+

+ + + + +
+ + + + + +
+NLAIAGENT::CStringVarName NLAISCRIPT::CLibTest::CMethodCall::MethodName +
+
+ + + + + +
+   + + +

+Name of the method. +

+ +

+Definition at line 75 of file test_method.h.

+

+ + + + +
+ + + + + +
+NLAIAGENT::IObjectIA * NLAISCRIPT::CLibTest::CMethodCall::ReturnValue +
+
+ + + + + +
+   + + +

+Return value type. +

+ +

+Definition at line 79 of file test_method.h.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1