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