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

NLAIAGENT::CGoalMsg Class Reference

#include <msg_goal.h> +

+

Inheritance diagram for NLAIAGENT::CGoalMsg: +

+ +NLAIAGENT::CMessageScript +NLAIAGENT::IMessageBase +NLAIAGENT::IListBasicManager +NLAIAGENT::IBaseGroupType +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CGoalMsg (const CGoalMsg &)
 CGoalMsg (std::list< IObjectIA * > &, NLAISCRIPT::CMessageClass *)
 CGoalMsg (NLAISCRIPT::CMessageClass *b=NULL)
 CGoalMsg (IBasicAgent *)
virtual ~CGoalMsg ()
NLAIC::IBasicInterface member class.
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...

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

void getDebugString (std::string &t) 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...

tQueue isMember (const NLAIAGENT::IVarName *, const NLAIAGENT::IVarName *, const NLAIAGENT::IObjectIA &) const
IObjectIA::CProcessResult runMethodeMember (sint32, IObjectIA *)
 The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. More...

IObjectIA::CProcessResult runMethodeMember (sint32, sint32, NLAIAGENT::IObjectIA *)
 The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method. More...

virtual sint32 getBaseMethodCount () const
 Return the nomber of internal C++ hard coded method that the class can process. More...


Static Public Attributes

const NLAIC::CIdentType IdGoalMsg
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CGoalMsg::CGoalMsg const CGoalMsg &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file msg_goal.cpp. +

+Referenced by clone, and newInstance.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CGoalMsg::CGoalMsg std::list< IObjectIA * > &  ,
NLAISCRIPT::CMessageClass 
+
+ + + + + +
+   + + +

+ +

+Definition at line 36 of file msg_goal.cpp. +

+References NLAISCRIPT::l, and NLAIAGENT::IListBasicManager::set.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CGoalMsg::CGoalMsg NLAISCRIPT::CMessageClass  b = NULL
+
+ + + + + +
+   + + +

+ +

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

+References NLAIAGENT::IListBasicManager::set, NLAIAGENT::IMessageBase::setGroup, NLAIAGENT::IMessageBase::setMessageGroup, and x.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CGoalMsg::CGoalMsg IBasicAgent 
+
+ + + + + +
+   + + +

+ +

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

+References NLAIAGENT::IListBasicManager::set, NLAIAGENT::IMessageBase::setGroup, NLAIAGENT::IMessageBase::setMessageGroup, and x.

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CGoalMsg::~CGoalMsg   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file msg_goal.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAIAGENT::CGoalMsg::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 NLAIAGENT::CMessageScript. +

+Definition at line 67 of file msg_goal.cpp. +

+References CGoalMsg, and x.

+

+ + + + +
+ + + + + + + + + +
sint32 NLAIAGENT::CGoalMsg::getBaseMethodCount   const [virtual]
+
+ + + + + +
+   + + +

+Return the nomber of internal C++ hard coded method that the class can process. +

+ +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 134 of file msg_goal.cpp.

+

+ + + + +
+ + + + + + + + + + +
void NLAIAGENT::CGoalMsg::getDebugString std::string &   t 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 NLAIAGENT::CMessageScript. +

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

+References t.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAIAGENT::CGoalMsg::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 NLAIAGENT::CMessageScript. +

+Definition at line 74 of file msg_goal.cpp. +

+References NLAIAGENT::CMessageScript::getCreatorClass, NLAISCRIPT::CMessageClass::getType, and IdGoalMsg.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
tQueue NLAIAGENT::CGoalMsg::isMember const NLAIAGENT::IVarName ,
const NLAIAGENT::IVarName ,
const NLAIAGENT::IObjectIA 
const
+
+ + + + + +
+   + + +

+ +

+Definition at line 89 of file msg_goal.cpp. +

+References params, r, and NLAIAGENT::tQueue.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CGoalMsg::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 46 of file msg_goal.h. +

+References CGoalMsg.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLAIAGENT::IObjectIA::CProcessResult NLAIAGENT::CGoalMsg::runMethodeMember sint32  ,
sint32  ,
NLAIAGENT::IObjectIA 
[virtual]
+
+ + + + + +
+   + + +

+The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method. +

+heritance: is the id returned by the methodisClassInheritedFrom(const IVarName &). index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method. +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 108 of file msg_goal.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
IObjectIA::CProcessResult NLAIAGENT::CGoalMsg::runMethodeMember sint32  ,
IObjectIA 
[virtual]
+
+ + + + + +
+   + + +

+The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. +

+index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method. +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 113 of file msg_goal.cpp. +

+References NLAILOGIC::CGoal::getDebugString, NLAIAGENT::IBaseGroupType::IBaseGroupType, index, param, and NLAIAGENT::IListBasicManager::set.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType CGoalMsg::IdGoalMsg [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by NLAISCRIPT::CDebugMsgClass::CDebugMsgClass, NLAISCRIPT::CFactMsgClass::CFactMsgClass, NLAISCRIPT::CGoalMsgClass::CGoalMsgClass, and getType.

+


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