Type trait to enable the use of a factory product as command line option. More...
#include <mia/core/factory_trait.hh>
Type trait to enable the use of a factory product as command line option.
Type trait that enables the use of the factory creation in commen line parsing. This trait needs to be specialized for all factories that are to be used utilizing the TCmdFactoryOption interface.
T | a class that can be created by a TFactory through the call to the method TFactoryPluginHandler::produce(const char *plugindescr) of the corresponding factory plugin handler. |
Definition at line 42 of file factory_trait.hh.