gfactory
|
Concrete factory that creates objects of type T
.
More...
#include <gfactory.h>
Public Member Functions | |
void * | Create () override |
Pure virtual instantiation hook implemented by the templated concrete factory. More... | |
![]() | |
virtual | ~GFactoryBase ()=default |
T | The derived type to instantiate via new T() . |
Definition at line 34 of file gfactory.h.
|
inlineoverridevirtual |
Implements GFactoryBase.
Definition at line 36 of file gfactory.h.