# 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::CActorClass Class Reference

#include <interpret_actor.h>

Inheritance diagram for NLAISCRIPT::CActorClass:

NLAISCRIPT::CAgentClass NLAISCRIPT::IAgentMultiClass NLAISCRIPT::IClassInterpret NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAISCRIPT::CFsmClass NLAISCRIPT::CSeqFsmClass List of all members.

Public Methods

 CActorClass (const NLAIAGENT::IVarName &)
 CActorClass (const NLAIC::CIdentType &)
 CActorClass (const NLAIAGENT::IVarName &, const NLAIAGENT::IVarName &)
 CActorClass (const CActorClass &)
 CActorClass ()
const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual void getDebugString (std::string &) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual NLAIAGENT::IObjectIAbuildNewInstance () const
 Instanciates an object of the class. More...

virtual ~CActorClass ()

Static Public Attributes

const NLAIC::CIdentType IdActorClass

Constructor & Destructor Documentation

NLAISCRIPT::CActorClass::CActorClass const NLAIAGENT::IVarName  
 

Definition at line 10 of file interpret_actor.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CActorScript::IdActorScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

Referenced by buildNewInstance.

NLAISCRIPT::CActorClass::CActorClass const NLAIC::CIdentType  
 

Definition at line 16 of file interpret_actor.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, id, NLAIAGENT::CActorScript::IdActorScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

NLAISCRIPT::CActorClass::CActorClass const NLAIAGENT::IVarName  ,
const NLAIAGENT::IVarName  
 

Definition at line 22 of file interpret_actor.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CActorScript::IdActorScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

NLAISCRIPT::CActorClass::CActorClass const CActorClass &   
 

Definition at line 28 of file interpret_actor.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CActorScript::IdActorScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

NLAISCRIPT::CActorClass::CActorClass  
 

Definition at line 34 of file interpret_actor.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CActorScript::IdActorScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

Referenced by clone, and newInstance.

NLAISCRIPT::CActorClass::~CActorClass   [virtual]
 

Definition at line 68 of file interpret_actor.cpp.


Member Function Documentation

NLAIAGENT::IObjectIA * NLAISCRIPT::CActorClass::buildNewInstance   const [virtual]
 

Instanciates an object of the class.

Reimplemented from NLAISCRIPT::CAgentClass.

Reimplemented in NLAISCRIPT::CFsmClass.

Definition at line 57 of file interpret_actor.cpp.

References CActorClass, and NLAISCRIPT::CAgentClass::createBaseClassComponents.

const NLAIC::IBasicType * NLAISCRIPT::CActorClass::clone   const [virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Reimplemented from NLAISCRIPT::CAgentClass.

Reimplemented in NLAISCRIPT::CFsmClass.

Definition at line 41 of file interpret_actor.cpp.

References CActorClass, and clone.

Referenced by clone.

void NLAISCRIPT::CActorClass::getDebugString std::string &    const [virtual]
 

This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.

Reimplemented from NLAISCRIPT::CAgentClass.

Reimplemented in NLAISCRIPT::CFsmClass.

Definition at line 53 of file interpret_actor.cpp.

References t.

const NLAIC::IBasicType * NLAISCRIPT::CActorClass::newInstance   const [virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Reimplemented from NLAISCRIPT::CAgentClass.

Reimplemented in NLAISCRIPT::CFsmClass.

Definition at line 47 of file interpret_actor.cpp.

References CActorClass.


Member Data Documentation

const NLAIC::CIdentType NLAISCRIPT::CActorClass::IdActorClass [static]
 


The documentation for this class was generated from the following files: