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

Class CClassInterpretFactory. More...

#include <interpret_object.h>

Inheritance diagram for NLAISCRIPT::CClassInterpretFactory

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CClassInterpretFactory (IClassInterpret *a)
 CClassInterpretFactory (const IClassInterpret &a)
virtual ~CClassInterpretFactory ()
IClassCFactory method.
void setClass (const NLAIC::IBasicInterface &)
void getDebugString (char *text) 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...

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

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

const NLAIC::IBasicInterfacecreateInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

const NLAIC::IBasicInterfacegetClass () const
 This method allow user to get the builder class where a builder is the class hows make new instance. More...


Private Attributes

IClassInterpret_Inst

Detailed Description

Class CClassInterpretFactory.

This class define a class class factory for object derived from IClassInterpret.

Author(s):
Chafik sameh , Portier Perre. , Nevrax France
Date:
2000

Definition at line 181 of file interpret_object.h.


Constructor & Destructor Documentation

NLAISCRIPT::CClassInterpretFactory::CClassInterpretFactory ( IClassInterpret * a )
 

Definition at line 116 of file interpret_object.cpp.

NLAISCRIPT::CClassInterpretFactory::CClassInterpretFactory ( const IClassInterpret & a )
 

Definition at line 121 of file interpret_object.cpp.

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

Definition at line 125 of file interpret_object.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAISCRIPT::CClassInterpretFactory::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 NLAIC::IBasicType.

Definition at line 141 of file interpret_object.cpp.

const NLAIC::IBasicInterface * NLAISCRIPT::CClassInterpretFactory::createInstance ( ) const [virtual]
 

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

Reimplemented from NLAIC::IClassFactory.

Definition at line 157 of file interpret_object.cpp.

const NLAIC::IBasicInterface * NLAISCRIPT::CClassInterpretFactory::getClass ( ) const [virtual]
 

This method allow user to get the builder class where a builder is the class hows make new instance.

Reimplemented from NLAIC::IClassFactory.

Definition at line 162 of file interpret_object.cpp.

void NLAISCRIPT::CClassInterpretFactory::getDebugString ( char * text ) 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 NLAIC::IBasicType.

Definition at line 136 of file interpret_object.cpp.

const NLAIC::CIdentType & NLAISCRIPT::CClassInterpretFactory::getType ( void ) 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 NLAIC::IBasicType.

Definition at line 152 of file interpret_object.cpp.

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

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

Reimplemented from NLAIC::IBasicType.

Definition at line 147 of file interpret_object.cpp.

void NLAISCRIPT::CClassInterpretFactory::setClass ( const NLAIC::IBasicInterface & c )
 

Definition at line 130 of file interpret_object.cpp.


Member Data Documentation

IClassInterpret * NLAISCRIPT::CClassInterpretFactory::_Inst [private]
 

Definition at line 184 of file interpret_object.h.


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