|
|
|
|
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:
List of all members.
Detailed Description
Class CClassInterpretFactory.
This class define a class class factory for object derived from IClassInterpret.
-
Author:
-
Chafik sameh , Portier Perre. , Nevrax France
-
Date:
-
2000
Definition at line 197 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 |
( |
|
) |
const [virtual] |
|
void NLAISCRIPT::CClassInterpretFactory::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
const NLAIC::CIdentType & NLAISCRIPT::CClassInterpretFactory::getType |
( |
|
) |
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).
Implements NLAIC::IBasicType.
Definition at line 155 of file interpret_object.cpp.
References _Inst. |
const NLAIC::IBasicType * NLAISCRIPT::CClassInterpretFactory::newInstance |
( |
|
) |
const [virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|