|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIC::IClassFactory Class ReferenceIClassFactory is an abstract hows define an class factory,.
More...
#include <abstract_interface.h>
Inheritance diagram for NLAIC::IClassFactory:
List of all members.
Detailed Description
IClassFactory is an abstract hows define an class factory,.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 362 of file abstract_interface.h.
Member Function Documentation
virtual const IBasicInterface* NLAIC::IClassFactory::createInstance |
( |
|
) |
const [pure virtual] |
|
|
This function allow a new instance, that mean that the class is a class factory.
Implemented in NLAIC::CSelfClassFactory. |
virtual const IBasicInterface* NLAIC::IClassFactory::getClass |
( |
|
) |
const [pure virtual] |
|
|
This method allow user to get the builder class where a builder is the class hows make new instance.
Implemented in NLAIC::CSelfClassFactory. |
virtual void NLAIC::IClassFactory::setClass |
( |
const IBasicInterface & |
|
) |
[pure virtual] |
|
The documentation for this class was generated from the following file:
|
|