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

#include <interpret_message_connect.h>

Inheritance diagram for NLAISCRIPT::CConnectObjectValueMsgClass:

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

Public Methods

 CConnectObjectValueMsgClass (const NLAIAGENT::IVarName &)
 CConnectObjectValueMsgClass (const NLAIC::CIdentType &)
 CConnectObjectValueMsgClass ()
virtual ~CConnectObjectValueMsgClass ()
CAgentClass method.
virtual 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...

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

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

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


Static Public Attributes

const NLAIC::CIdentType IdConnectObjectValueMsgClass

Constructor & Destructor Documentation

NLAISCRIPT::CConnectObjectValueMsgClass::CConnectObjectValueMsgClass const NLAIAGENT::IVarName  
 

Definition at line 37 of file interpret_message_connect.cpp.

References NLAISCRIPT::CAgentClass::buildVTable, NLAIAGENT::CConnectObjectValueMsg::IdConnectObjectValueMsg, NLAISCRIPT::CAgentClass::registerComponent, s, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, NLAISCRIPT::IClassInterpret::setClassName, and NLAISCRIPT::CAgentClass::setInheritanceName.

NLAISCRIPT::CConnectObjectValueMsgClass::CConnectObjectValueMsgClass const NLAIC::CIdentType  
 

Definition at line 46 of file interpret_message_connect.cpp.

References NLAISCRIPT::CAgentClass::buildVTable, id, NLAIAGENT::CConnectObjectValueMsg::IdConnectObjectValueMsg, NLAISCRIPT::CAgentClass::registerComponent, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, NLAISCRIPT::IClassInterpret::setClassName, and NLAISCRIPT::CAgentClass::setInheritanceName.

NLAISCRIPT::CConnectObjectValueMsgClass::CConnectObjectValueMsgClass  
 

Definition at line 55 of file interpret_message_connect.cpp.

References NLAISCRIPT::CAgentClass::buildVTable, NLAIAGENT::CConnectObjectValueMsg::IdConnectObjectValueMsg, NLAISCRIPT::CAgentClass::registerComponent, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, NLAISCRIPT::IClassInterpret::setClassName, and NLAISCRIPT::CAgentClass::setInheritanceName.

Referenced by clone, and newInstance.

virtual NLAISCRIPT::CConnectObjectValueMsgClass::~CConnectObjectValueMsgClass   [inline, virtual]
 

Definition at line 38 of file interpret_message_connect.h.


Member Function Documentation

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

Instanciates an object of the class.

Reimplemented from NLAISCRIPT::CMessageClass.

Definition at line 74 of file interpret_message_connect.cpp.

References NLAISCRIPT::CMessageClass::CMessageClass, components, NLAISCRIPT::CAgentClass::createBaseClassComponents, and x.

const NLAIC::IBasicType * NLAISCRIPT::CConnectObjectValueMsgClass::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::CMessageClass.

Definition at line 64 of file interpret_message_connect.cpp.

References CConnectObjectValueMsgClass.

virtual const NLAIC::CIdentType& NLAISCRIPT::CConnectObjectValueMsgClass::getType   const [inline, virtual]
 

getType return a unique string how represente the class, it can be the name of the class.

This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).

Reimplemented from NLAISCRIPT::CMessageClass.

Definition at line 44 of file interpret_message_connect.h.

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

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

Reimplemented from NLAISCRIPT::CMessageClass.

Definition at line 69 of file interpret_message_connect.cpp.

References CConnectObjectValueMsgClass.


Member Data Documentation

const NLAIC::CIdentType NLAISCRIPT::CConnectObjectValueMsgClass::IdConnectObjectValueMsgClass [static]
 


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