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/structNLAIAGENT_1_1CIdMethod.html | 428 +++++++++++++++++++++ 1 file changed, 428 insertions(+) create mode 100644 docs/doxygen/nel/structNLAIAGENT_1_1CIdMethod.html (limited to 'docs/doxygen/nel/structNLAIAGENT_1_1CIdMethod.html') diff --git a/docs/doxygen/nel/structNLAIAGENT_1_1CIdMethod.html b/docs/doxygen/nel/structNLAIAGENT_1_1CIdMethod.html new file mode 100644 index 00000000..8c5c6c76 --- /dev/null +++ b/docs/doxygen/nel/structNLAIAGENT_1_1CIdMethod.html @@ -0,0 +1,428 @@ + + + + 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::CIdMethod Struct Reference

#include <baseai.h> +

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

Public Methods

 CIdMethod (const CIdMethod &a)
 CIdMethod (sint32 i, double w, IObjectIA *m, IObjectIA *r)
 CIdMethod ()
virtual ~CIdMethod ()
bool operator< (const CIdMethod &) const
const CIdMethod & operator= (const CIdMethod &)

Public Attributes

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

double Weight
 Hwo far the argument of method is nearest of the method argument that we need. More...

IObjectIAMethod
 The scrip op code of the method to run. More...

IObjectIAReturnType
 Return type of the method. More...

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CIdMethod::CIdMethod const CIdMethod &   a
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file baseai.cpp. +

+References Index, Method, ReturnType, and Weight.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CIdMethod::CIdMethod sint32   i,
double   w,
IObjectIA  m,
IObjectIA  r
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file baseai.cpp. +

+References Index, Method, r, ReturnType, w, and Weight.

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CIdMethod::CIdMethod  
+
+ + + + + +
+   + + +

+ +

+Definition at line 101 of file baseai.cpp. +

+References Method, and ReturnType.

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CIdMethod::~CIdMethod   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 107 of file baseai.cpp. +

+References ReturnType.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLAIAGENT::CIdMethod::operator< const CIdMethod &   const
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file baseai.cpp. +

+References Weight.

+

+ + + + +
+ + + + + + + + + + +
const CIdMethod & NLAIAGENT::CIdMethod::operator= const CIdMethod &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file baseai.cpp. +

+References Index, Method, ReturnType, and Weight.

+


Member Data Documentation

+

+ + + + +
+ + +
sint32 NLAIAGENT::CIdMethod::Index +
+
+ + + + + +
+   + + +

+Index of the method in the class. +

+ +

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

+Referenced by CIdMethod, NLAISCRIPT::CCompilateur::findMethode, NLAIAGENT::COperatorScript::getDebugString, NLAIAGENT::CAgentScript::getDebugString, NLAISCRIPT::CAgentClass::getPrivateMember, operator=, NLAISCRIPT::CFindRunMsg::runOpCode, and NLAIAGENT::CAgentScript::sendMessage.

+

+ + + + +
+ + +
IObjectIA* NLAIAGENT::CIdMethod::Method +
+
+ + + + + +
+   + + +

+The scrip op code of the method to run. +

+ +

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

+Referenced by CIdMethod, NLAISCRIPT::CCompilateur::findMethode, NLAISCRIPT::CAgentClass::getPrivateMember, and operator=.

+

+ + + + +
+ + +
IObjectIA* NLAIAGENT::CIdMethod::ReturnType +
+
+ + + + + +
+   + + +

+Return type of the method. +

+ +

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

+Referenced by CIdMethod, NLAISCRIPT::CCompilateur::findMethode, NLAISCRIPT::CAgentClass::getPrivateMember, operator=, and ~CIdMethod.

+

+ + + + +
+ + +
double NLAIAGENT::CIdMethod::Weight +
+
+ + + + + +
+   + + +

+Hwo far the argument of method is nearest of the method argument that we need. +

+ +

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

+Referenced by CIdMethod, NLAISCRIPT::CAgentClass::getPrivateMember, operator<, and operator=.

+


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