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/a03869.html | 167 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 docs/doxygen/nel/a03869.html (limited to 'docs/doxygen/nel/a03869.html') diff --git a/docs/doxygen/nel/a03869.html b/docs/doxygen/nel/a03869.html new file mode 100644 index 00000000..004f9146 --- /dev/null +++ b/docs/doxygen/nel/a03869.html @@ -0,0 +1,167 @@ + + +NeL: NLAIAGENT::IObjectIA::CProcessResult struct Reference + + + +
+

NLAIAGENT::IObjectIA::CProcessResult Struct Reference

#include <baseai.h> +

+


Detailed Description

+This structure define the return result of run method. +

+ +

+Definition at line 167 of file baseai.h. + + + + + + + + + + + +

Public Member Functions

 CProcessResult (TProcessStatement state)
 CProcessResult ()

Data Fields

IObjectIAResult
TProcessStatement ResultState
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::IObjectIA::CProcessResult::CProcessResult  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 169 of file baseai.h. +

+References NLAIAGENT::processIdle, Result, and ResultState. +

+

00170                         {                               
+00171                                 ResultState = processIdle;
+00172                                 Result = NULL;
+00173                         }
+
+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::IObjectIA::CProcessResult::CProcessResult TProcessStatement  state  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 175 of file baseai.h. +

+References Result, and ResultState. +

+

00176                         {                               
+00177                                 ResultState = state;
+00178                                 Result = NULL;
+00179                         }
+
+


Field Documentation

+

+ + + + +
+ + +
IObjectIA* NLAIAGENT::IObjectIA::CProcessResult::Result +
+
+ + + + + +
+   + + +

+The ruturn value of a method. +

+Definition at line 188 of file baseai.h. +

+Referenced by CProcessResult(), NLAIAGENT::CComponentHandle::getComponent(), NLAISCRIPT::CCodeBrancheRunDebug::run(), NLAISCRIPT::CCodeBrancheRun::run(), NLAIAGENT::CAgentWatchTimer::runMethodBase(), NLAIAGENT::CAgentScript::runMethodBase(), NLAIAGENT::IMessageBase::runMethodeMember(), NLAIAGENT::IBaseGroupType::runMethodeMember(), NLAIAGENT::IBasicAgent::runMethodeMember(), NLAIAGENT::IVector::runMethodeMember(), and NLAIAGENT::CLocalMailBox::setState().

+

+ + + + +
+ + +
TProcessStatement NLAIAGENT::IObjectIA::CProcessResult::ResultState +
+
+ + + + + +
+   + + +

+The statement of the run result. +

+Definition at line 184 of file baseai.h. +

+Referenced by CProcessResult(), NLAISCRIPT::CCodeBrancheRunDebug::run(), NLAISCRIPT::CCodeBrancheRun::run(), NLAIAGENT::IBaseGroupType::runMethodeMember(), NLAIAGENT::IVector::runMethodeMember(), and NLAIAGENT::CLocalMailBox::setState().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 10:11:34 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1