Gobelijn API documentation
- generated for commit a0cbea7
|
An employee factory implementation that uses standard input to construct employee instances. More...
#include <stdin-employee-factory.h>
Public Member Functions | |
Employee | Create () final |
Instructs this factory to create a value. More... | |
![]() | |
virtual | ~Factory () |
Destructor needs to be virtual. More... | |
virtual Employee | Create (TArgs...args)=0 |
Instructs this factory to create a value. More... | |
An employee factory implementation that uses standard input to construct employee instances.
Definition at line 30 of file stdin-employee-factory.h.
|
final |
Instructs this factory to create a value.
Definition at line 28 of file stdin-employee-factory.cpp.
References AbstractFactory::Employee::DepartmentName, AbstractFactory::Employee::Name, and AbstractFactory::Employee::Salary.
Referenced by main().