#include <PhxFactory.h>
Public Member Functions | |
| virtual const String & | getType () const =0 |
| virtual T * | createInstance (const String &name)=0 |
| virtual void | destroyInstance (T *)=0 |
|
||||||||||
|
Creates a new object.
|
|
||||||||||
|
Destroys an object which was created by this factory.
|
|
|||||||||
|
Returns the factory type.
|
1.4.2