# 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: