#include <Factory.h>
Static Public Methods | |
T* | create () |
F* | setInstance (F *) |
F* | getInstance () |
|
Create a new instance using the currently set FactoryImpl
|
|
Get the current instance of the Factory object. If no instance has been explicitly set with the setInstance() method, a new F created.
|
|
Set the instance of the desired Factory object
|