From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLAISCRIPT_1_1CMessageClass.html | 589 +++++++++++++++++++++ 1 file changed, 589 insertions(+) create mode 100644 docs/doxygen/nel/classNLAISCRIPT_1_1CMessageClass.html (limited to 'docs/doxygen/nel/classNLAISCRIPT_1_1CMessageClass.html') diff --git a/docs/doxygen/nel/classNLAISCRIPT_1_1CMessageClass.html b/docs/doxygen/nel/classNLAISCRIPT_1_1CMessageClass.html new file mode 100644 index 00000000..bb493894 --- /dev/null +++ b/docs/doxygen/nel/classNLAISCRIPT_1_1CMessageClass.html @@ -0,0 +1,589 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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::CMessageClass Class Reference

#include <interpret_object_message.h> +

+

Inheritance diagram for NLAISCRIPT::CMessageClass: +

+ +NLAISCRIPT::CAgentClass +NLAISCRIPT::IAgentMultiClass +NLAISCRIPT::IClassInterpret +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable +NLAISCRIPT::CCancelGoalMsgClass +NLAISCRIPT::CConnectObjectValueMsgClass +NLAISCRIPT::CDebugMsgClass +NLAISCRIPT::CFactMsgClass +NLAISCRIPT::CFailureMsgClass +NLAISCRIPT::CGetValueMsgClass +NLAISCRIPT::CGoalMsgClass +NLAISCRIPT::CMsgNotifyParentClass +NLAISCRIPT::COnChangeMsgClass +NLAISCRIPT::CSetValueMsgClass +NLAISCRIPT::CSuccessMsgClass + +List of all members. + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CMessageClass (const NLAIAGENT::IVarName &)
 CMessageClass (const NLAIC::CIdentType &)
 CMessageClass (const NLAIAGENT::IVarName &, const NLAIAGENT::IVarName &)
 CMessageClass (const CMessageClass &)
 CMessageClass ()
virtual NLAIC::CTypeOfObject getTypeClass () const
virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual ~CMessageClass ()
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 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...


Static Public Attributes

const NLAIC::CIdentType IdMessageClass
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CMessageClass::CMessageClass const NLAIAGENT::IVarName 
+
+ + + + + +
+   + + +

+ +

+Definition at line 41 of file interpret_object_message.cpp. +

+References NLAISCRIPT::IClassInterpret::_IdType, NLAIC::CIdentType::addObjectType, NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMessageScript::IdMessageScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAIC::CTypeOfObject::tMessage. +

+Referenced by NLAISCRIPT::COnChangeMsgClass::buildNewInstance, NLAISCRIPT::CDebugMsgClass::buildNewInstance, NLAISCRIPT::CFactMsgClass::buildNewInstance, NLAISCRIPT::CCancelGoalMsgClass::buildNewInstance, NLAISCRIPT::CGoalMsgClass::buildNewInstance, NLAISCRIPT::CMsgNotifyParentClass::buildNewInstance, buildNewInstance, NLAISCRIPT::CSetValueMsgClass::buildNewInstance, NLAISCRIPT::CGetValueMsgClass::buildNewInstance, NLAISCRIPT::CConnectObjectValueMsgClass::buildNewInstance, NLAISCRIPT::CFailureMsgClass::buildNewInstance, and NLAISCRIPT::CSuccessMsgClass::buildNewInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CMessageClass::CMessageClass const NLAIC::CIdentType 
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file interpret_object_message.cpp. +

+References NLAISCRIPT::IClassInterpret::_IdType, NLAIC::CIdentType::addObjectType, NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, id, NLAIAGENT::CMessageScript::IdMessageScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAIC::CTypeOfObject::tMessage.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAISCRIPT::CMessageClass::CMessageClass const NLAIAGENT::IVarName ,
const NLAIAGENT::IVarName 
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file interpret_object_message.cpp. +

+References NLAISCRIPT::IClassInterpret::_IdType, NLAIC::CIdentType::addObjectType, NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMessageScript::IdMessageScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAIC::CTypeOfObject::tMessage.

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CMessageClass::CMessageClass const CMessageClass &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file interpret_object_message.cpp. +

+References NLAISCRIPT::IClassInterpret::_IdType, NLAIC::CIdentType::addObjectType, NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMessageScript::IdMessageScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAIC::CTypeOfObject::tMessage.

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CMessageClass::CMessageClass  
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file interpret_object_message.cpp. +

+References NLAISCRIPT::IClassInterpret::_IdType, NLAIC::CIdentType::addObjectType, NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMessageScript::IdMessageScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAIC::CTypeOfObject::tMessage. +

+Referenced by clone, and newInstance.

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CMessageClass::~CMessageClass   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 117 of file interpret_object_message.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::IObjectIA * NLAISCRIPT::CMessageClass::buildNewInstance   const [virtual]
+
+ + + + + +
+   + + +

+Instanciates an object of the class. +

+ +

+Reimplemented from NLAISCRIPT::CAgentClass. +

+Reimplemented in NLAISCRIPT::CSuccessMsgClass. +

+Definition at line 98 of file interpret_object_message.cpp. +

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

+Referenced by NLAIAGENT::CMessageScript::newInstance.

+

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

+Definition at line 82 of file interpret_object_message.cpp. +

+References clone, and CMessageClass. +

+Referenced by clone.

+

+ + + + +
+ + + + + + + + + + +
void NLAISCRIPT::CMessageClass::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. +

+Definition at line 94 of file interpret_object_message.cpp. +

+References t.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAISCRIPT::CMessageClass::getType   const [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::IClassInterpret. +

+Reimplemented in NLAISCRIPT::CSuccessMsgClass. +

+Definition at line 109 of file interpret_object_message.cpp. +

+References NLAISCRIPT::IClassInterpret::_IdType. +

+Referenced by NLAIAGENT::CMessageScript::getDebugString, NLAIAGENT::CSetValueMsg::getType, NLAIAGENT::COnChangeMsg::getType, NLAIAGENT::CNotifyParentScript::getType, NLAIAGENT::CCancelGoalMsg::getType, NLAIAGENT::CGoalMsg::getType, NLAIAGENT::CGetValueMsg::getType, NLAIAGENT::CFactMsg::getType, NLAIAGENT::CMsgDebug::getType, NLAIAGENT::CConnectObjectValueMsg::getType, NLAIAGENT::CFailureMsg::getType, NLAIAGENT::CSuccessMsg::getType, and NLAIAGENT::CMessageScript::getType.

+

+ + + + +
+ + + + + + + + + +
virtual NLAIC::CTypeOfObject NLAISCRIPT::CMessageClass::getTypeClass   const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAISCRIPT::CAgentClass. +

+Definition at line 50 of file interpret_object_message.h. +

+References NLAIC::CTypeOfObject::tMessage, and NLAIC::CTypeOfObject::tObject.

+

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

+Definition at line 88 of file interpret_object_message.cpp. +

+References CMessageClass.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType NLAISCRIPT::CMessageClass::IdMessageClass [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by NLAIAGENT::CAgentScript::initAgentScript, and NLAIAGENT::IBasicAgent::isMember.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1