From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...ctNLAIAGENT_1_1CAgentScript_1_1CMethodCall.html | 372 +++++++++++++++++++++ 1 file changed, 372 insertions(+) create mode 100644 docs/doxygen/nel/structNLAIAGENT_1_1CAgentScript_1_1CMethodCall.html (limited to 'docs/doxygen/nel/structNLAIAGENT_1_1CAgentScript_1_1CMethodCall.html') diff --git a/docs/doxygen/nel/structNLAIAGENT_1_1CAgentScript_1_1CMethodCall.html b/docs/doxygen/nel/structNLAIAGENT_1_1CAgentScript_1_1CMethodCall.html new file mode 100644 index 00000000..57371ffb --- /dev/null +++ b/docs/doxygen/nel/structNLAIAGENT_1_1CAgentScript_1_1CMethodCall.html @@ -0,0 +1,372 @@ + + + + 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  
+

NLAIAGENT::CAgentScript::CMethodCall Struct Reference

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

+#include <agent_script.h> +

+List of all members. + + + + + + + + + + + + + + + + +

Public Methods

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

Public Attributes

CStringVarName MethodName
 Name of the method. More...

IObjectIAArgType
 Type of the method argument. More...

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 102 of file agent_script.h.


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 105 of file agent_script.h. +

+References ArgCount, ArgType, CheckArgType, Index, MethodName, r, and ReturnValue.

+

+ + + + +
+ + + + + + + + + +
virtual NLAIAGENT::CAgentScript::CMethodCall::~CMethodCall   [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 113 of file agent_script.h. +

+References ArgType, and ReturnValue.

+


Member Data Documentation

+

+ + + + +
+ + +
sint NLAIAGENT::CAgentScript::CMethodCall::ArgCount +
+
+ + + + + +
+   + + +

+Count neaded when the CheckCount it set. +

+ +

+Definition at line 128 of file agent_script.h. +

+Referenced by CMethodCall.

+

+ + + + +
+ + +
IObjectIA* NLAIAGENT::CAgentScript::CMethodCall::ArgType +
+
+ + + + + +
+   + + +

+Type of the method argument. +

+ +

+Definition at line 122 of file agent_script.h. +

+Referenced by CMethodCall, and ~CMethodCall.

+

+ + + + +
+ + +
TTypeCheck NLAIAGENT::CAgentScript::CMethodCall::CheckArgType +
+
+ + + + + +
+   + + +

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

+ +

+Definition at line 126 of file agent_script.h. +

+Referenced by CMethodCall.

+

+ + + + +
+ + +
sint32 NLAIAGENT::CAgentScript::CMethodCall::Index +
+
+ + + + + +
+   + + +

+Index of the method in the class. +

+ +

+Definition at line 130 of file agent_script.h. +

+Referenced by CMethodCall.

+

+ + + + +
+ + +
CStringVarName NLAIAGENT::CAgentScript::CMethodCall::MethodName +
+
+ + + + + +
+   + + +

+Name of the method. +

+ +

+Definition at line 120 of file agent_script.h. +

+Referenced by CMethodCall.

+

+ + + + +
+ + +
IObjectIA* NLAIAGENT::CAgentScript::CMethodCall::ReturnValue +
+
+ + + + + +
+   + + +

+Return value type. +

+ +

+Definition at line 124 of file agent_script.h. +

+Referenced by CMethodCall, and ~CMethodCall.

+


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