|
MachineIntelligenceCore:Toolchain
|
Template class used for generation of concrete object factories. This enables that each application has an equivalent factory class that provides a Create virtual -. More...
#include <ApplicationFactory.hpp>


Public Member Functions | |
| mic::application::Application * | create (std::string app_name_) |
Public Member Functions inherited from mic::application::FactoryInterface | |
| virtual | ~FactoryInterface () |
Template class used for generation of concrete object factories. This enables that each application has an equivalent factory class that provides a Create virtual -.
| AppType | Template parameter denoting the application type. |
Definition at line 71 of file ApplicationFactory.hpp.
|
inlinevirtual |
Method responsible for run time specified object creation.
| app_name_ | Name of the application. |
Implements mic::application::FactoryInterface.
Definition at line 78 of file ApplicationFactory.hpp.