Gobelijn API documentation
- generated for commit a0cbea7
|
A class template for abstract factories: objects that construct values based on their internal state, and a variable number of parameters. More...
#include <factory.h>
Public Member Functions | |
virtual | ~Factory () |
Destructor needs to be virtual. More... | |
virtual TResult | Create (TArgs...args)=0 |
Instructs this factory to create a value. More... | |
A class template for abstract factories: objects that construct values based on their internal state, and a variable number of parameters.
|
inlinevirtual |
|
pure virtual |
Instructs this factory to create a value.
Implemented in AbstractFactory::ConstantFactory< TResult, TArgs >.
Referenced by printEmployee().