|
|
|
|
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 ReferenceClass CClassInterpretFactory.
More...
#include <interpret_object.h>
Inheritance diagram for NLAISCRIPT::CClassInterpretFactory
[legend]Collaboration diagram for NLAISCRIPT::CClassInterpretFactory:
[legend]List of all members.
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 )
|
|
NLAISCRIPT::CClassInterpretFactory::CClassInterpretFactory (
|
const IClassInterpret & a )
|
|
NLAISCRIPT::CClassInterpretFactory::~CClassInterpretFactory (
|
) [virtual]
|
|
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. |
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]
|
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|