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

#include <agent_timer.h>

Inheritance diagram for NLAIAGENT::CLibTimerManager:

NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Types

enum  { TGetTimer, TLastM }
 This enum define ident for hard coded method that we have to import its under the script. More...


Public Methods

 CLibTimerManager ()
virtual sint32 getMethodIndexSize () const
 getMethodIndexSize define the nomber of method define in the class. More...

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

const NLAIAGENT::IObjectIA::CProcessResultrun ()
 Some where Run method define the process of the agen. More...

bool isEqual (const NLAIAGENT::IBasicObjectIA &a) const
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...

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...

void save (NLMISC::IStream &os)
 Save the class in a stream. More...

void load (NLMISC::IStream &is)
 Load the class from a stream. More...


Static Public Methods

void initClass ()
void releaseClass ()

Static Public Attributes

NLAIAGENT::CAgentScript::CMethodCall ** StaticMethod = NULL
const NLAIC::CIdentTypeIdAgentManagerTimer = NULL

Member Enumeration Documentation

anonymous enum
 

This enum define ident for hard coded method that we have to import its under the script.

Enumeration values:
TGetTimer 
TLastM  The count of export method.

Definition at line 93 of file agent_timer.h.


Constructor & Destructor Documentation

NLAIAGENT::CLibTimerManager::CLibTimerManager   [inline]
 

Definition at line 102 of file agent_timer.h.

Referenced by clone, and initClass.


Member Function Documentation

const NLAIC::IBasicType* NLAIAGENT::CLibTimerManager::clone   const [inline, virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Implements NLAIC::IBasicType.

Definition at line 117 of file agent_timer.h.

References CLibTimerManager, and x.

Referenced by newInstance.

void NLAIAGENT::CLibTimerManager::getDebugString std::string &    t const [inline, 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.

Implements NLAIC::IBasicType.

Definition at line 133 of file agent_timer.h.

References t.

virtual sint32 NLAIAGENT::CLibTimerManager::getMethodIndexSize   const [inline, virtual]
 

getMethodIndexSize define the nomber of method define in the class.

Reimplemented from NLAIAGENT::IObjectIA.

Definition at line 104 of file agent_timer.h.

const NLAIC::CIdentType& NLAIAGENT::CLibTimerManager::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).

Implements NLAIC::IBasicType.

Definition at line 128 of file agent_timer.h.

void NLAIAGENT::CLibTimerManager::initClass   [static]
 

Definition at line 194 of file agent_timer.cpp.

References _GETTIMER_, NLAIAGENT::CAgentScript::CheckAll, CLibTimerManager, NLAIAGENT::CStringType::IdStringType, NLAIC::CTypeOfOperator::opNone, and NLAIC::CTypeOfObject::tAgent.

bool NLAIAGENT::CLibTimerManager::isEqual const NLAIAGENT::IBasicObjectIA   a const [inline]
 

Definition at line 113 of file agent_timer.h.

NLAIAGENT::tQueue NLAIAGENT::CLibTimerManager::isMember const NLAIAGENT::IVarName   className,
const NLAIAGENT::IVarName   mathodName,
const NLAIAGENT::IObjectIA  
const [virtual]
 

Definition at line 166 of file agent_timer.cpp.

References NLAIAGENT::isTemplateMember, param, and r.

void NLAIAGENT::CLibTimerManager::load NLMISC::IStream   is [inline, virtual]
 

Load the class from a stream.

Implements NLAIC::IBasicInterface.

Definition at line 143 of file agent_timer.h.

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

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

Implements NLAIC::IBasicType.

Definition at line 123 of file agent_timer.h.

References clone.

void NLAIAGENT::CLibTimerManager::releaseClass   [static]
 

Definition at line 213 of file agent_timer.cpp.

const NLAIAGENT::IObjectIA::CProcessResult& NLAIAGENT::CLibTimerManager::run   [inline, virtual]
 

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Definition at line 112 of file agent_timer.h.

References NLAIAGENT::IObjectIA::ProcessRun.

NLAIAGENT::IObjectIA::CProcessResult NLAIAGENT::CLibTimerManager::runMethodeMember sint32    index,
NLAIAGENT::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::IObjectIA.

Definition at line 174 of file agent_timer.cpp.

References index, and param.

void NLAIAGENT::CLibTimerManager::save NLMISC::IStream   os [inline, virtual]
 

Save the class in a stream.

Implements NLAIC::IBasicInterface.

Definition at line 138 of file agent_timer.h.


Member Data Documentation

const NLAIC::CIdentType * NLAIAGENT::CLibTimerManager::IdAgentManagerTimer = NULL [static]
 

Definition at line 163 of file agent_timer.cpp.

NLAIAGENT::CAgentScript::CMethodCall ** NLAIAGENT::CLibTimerManager::StaticMethod = NULL [static]
 

Definition at line 164 of file agent_timer.cpp.


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