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