|
InFact
Interpreter and factory for easily creating C++ objects at run-time
|
An interface with a single virtual method that constructs a concrete instance of the abstract type T.
More...
#include <factory.h>
Public Member Functions | |
| virtual | ~Constructor () |
| virtual T * | NewInstance () const =0 |
An interface with a single virtual method that constructs a concrete instance of the abstract type T.
|
inlinevirtual |
|
pure virtual |
1.8.6