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

#include <interpret_object_manager.h>

Inheritance diagram for NLAISCRIPT::CManagerClass

Inheritance graph
[legend]
Collaboration diagram for NLAISCRIPT::CManagerClass:

Collaboration graph
[legend]
List of all members.

Public Methods

 CManagerClass (const NLAIAGENT::IVarName &)
 CManagerClass (const NLAIC::CIdentType &)
 CManagerClass (const NLAIAGENT::IVarName &, const NLAIAGENT::IVarName &)
 CManagerClass (const CManagerClass &)
 CManagerClass ()
virtual ~CManagerClass ()
CAgentClass redefinition method.
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...

void getDebugString (char *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...

virtual NLAIAGENT::IObjectIAbuildNewInstance () const
 Instanciates an object of the class. More...


Static Public Attributes

const NLAIC::CIdentType IdManagerClass

Constructor & Destructor Documentation

NLAISCRIPT::CManagerClass::CManagerClass ( const NLAIAGENT::IVarName & n )
 

Definition at line 33 of file interpret_object_manager.cpp.

NLAISCRIPT::CManagerClass::CManagerClass ( const NLAIC::CIdentType & id )
 

Definition at line 39 of file interpret_object_manager.cpp.

NLAISCRIPT::CManagerClass::CManagerClass ( const NLAIAGENT::IVarName & n,
const NLAIAGENT::IVarName & inheritance )
 

Definition at line 45 of file interpret_object_manager.cpp.

NLAISCRIPT::CManagerClass::CManagerClass ( const CManagerClass & c )
 

Definition at line 51 of file interpret_object_manager.cpp.

NLAISCRIPT::CManagerClass::CManagerClass ( )
 

Definition at line 57 of file interpret_object_manager.cpp.

NLAISCRIPT::CManagerClass::~CManagerClass ( ) [virtual]
 

Definition at line 90 of file interpret_object_manager.cpp.


Member Function Documentation

NLAIAGENT::IObjectIA * NLAISCRIPT::CManagerClass::buildNewInstance ( ) const [virtual]
 

Instanciates an object of the class.

Reimplemented from NLAISCRIPT::CAgentClass.

Definition at line 82 of file interpret_object_manager.cpp.

const NLAIC::IBasicType * NLAISCRIPT::CManagerClass::clone ( void ) 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.

Definition at line 64 of file interpret_object_manager.cpp.

void NLAISCRIPT::CManagerClass::getDebugString ( char * 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 NLAISCRIPT::CAgentClass.

Definition at line 76 of file interpret_object_manager.cpp.

const NLAIC::IBasicType * NLAISCRIPT::CManagerClass::newInstance ( void ) const [virtual]
 

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

Reimplemented from NLAISCRIPT::CAgentClass.

Definition at line 70 of file interpret_object_manager.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAISCRIPT::CManagerClass::IdManagerClass [static]
 

Definition at line 33 of file interpret_object_manager.h.


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