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/class_NLAIAGENT__CIdMethod.html | 434 +++++++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIAGENT__CIdMethod.html (limited to 'docs/doxygen/nel/class_NLAIAGENT__CIdMethod.html') diff --git a/docs/doxygen/nel/class_NLAIAGENT__CIdMethod.html b/docs/doxygen/nel/class_NLAIAGENT__CIdMethod.html new file mode 100644 index 00000000..d60fa688 --- /dev/null +++ b/docs/doxygen/nel/class_NLAIAGENT__CIdMethod.html @@ -0,0 +1,434 @@ + + + + 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> +

+Collaboration diagram for NLAIAGENT::CIdMethod:

Collaboration graph
+ + + + + + + + + + +
[legend]
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.

+

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

+ +

+Definition at line 93 of file baseai.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CIdMethod::CIdMethod ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 101 of file baseai.cpp.

+

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

+ +

+Definition at line 107 of file baseai.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+bool NLAIAGENT::CIdMethod::operator< ( + +const CIdMethod & a ) const +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file baseai.cpp.

+

+ + + + +
+ + + + + + +
+const CIdMethod & NLAIAGENT::CIdMethod::operator= ( + +const CIdMethod & a ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file baseai.cpp.

+


Member Data Documentation

+

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

+Index of the method in the class. +

+ +

+Definition at line 115 of file baseai.h.

+

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

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

+ +

+Definition at line 119 of file baseai.h.

+

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

+Return type of the method. +

+ +

+Definition at line 121 of file baseai.h.

+

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

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

+ +

+Definition at line 117 of file baseai.h.

+


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