# 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  

NLAISCRIPT::CAgentClass::CMethodType Struct Reference

#include <interpret_object_agent.h>

List of all members.

Public Methods

 CMethodType ()
 CMethodType (const CMethodType &m)
CMethodType & operator= (const CMethodType &m)
 CMethodType (CMethodeName *m)
virtual ~CMethodType ()
const bool & isBasedOnBaseClass () const
void setMethodBasedOnBaseClassState (bool b)

Public Attributes

CMethodeNameMethod
bool DefineInBaseClass


Constructor & Destructor Documentation

NLAISCRIPT::CAgentClass::CMethodType::CMethodType   [inline]
 

Definition at line 109 of file interpret_object_agent.h.

References DefineInBaseClass, and Method.

Referenced by CMethodType, and operator=.

NLAISCRIPT::CAgentClass::CMethodType::CMethodType const CMethodType &    m [inline]
 

Definition at line 115 of file interpret_object_agent.h.

References CMethodType, DefineInBaseClass, and Method.

NLAISCRIPT::CAgentClass::CMethodType::CMethodType CMethodeName   m [inline]
 

Definition at line 130 of file interpret_object_agent.h.

References DefineInBaseClass, and Method.

virtual NLAISCRIPT::CAgentClass::CMethodType::~CMethodType   [inline, virtual]
 

Definition at line 136 of file interpret_object_agent.h.

References Method.


Member Function Documentation

const bool& NLAISCRIPT::CAgentClass::CMethodType::isBasedOnBaseClass   const [inline]
 

Definition at line 141 of file interpret_object_agent.h.

References DefineInBaseClass.

CMethodType& NLAISCRIPT::CAgentClass::CMethodType::operator= const CMethodType &    m [inline]
 

Definition at line 122 of file interpret_object_agent.h.

References CMethodType, DefineInBaseClass, and Method.

void NLAISCRIPT::CAgentClass::CMethodType::setMethodBasedOnBaseClassState bool    b [inline]
 

Definition at line 146 of file interpret_object_agent.h.

References DefineInBaseClass.


Member Data Documentation

bool NLAISCRIPT::CAgentClass::CMethodType::DefineInBaseClass
 

Definition at line 107 of file interpret_object_agent.h.

Referenced by CMethodType, isBasedOnBaseClass, operator=, and setMethodBasedOnBaseClassState.

CMethodeName* NLAISCRIPT::CAgentClass::CMethodType::Method
 

Definition at line 106 of file interpret_object_agent.h.

Referenced by CMethodType, operator=, and ~CMethodType.


The documentation for this struct was generated from the following file: