|
gfactory
|
Abstract creator used by GManager through type‑erased pointers. More...
#include <gfactory.h>


Public Member Functions | |
| virtual | ~GFactoryBase ()=default |
| virtual void * | Create ()=0 |
| Pure virtual instantiation hook implemented by the templated concrete factory. | |
Definition at line 24 of file gfactory.h.
|
virtualdefault |
|
pure virtual |
Implemented in GFactory< T >.