gfactory
gfactory_options.cc
Go to the documentation of this file.
1 #include "gfactory_options.h"
2 
3 // project goption to a system
4 namespace gfactory {
5 
6 // returns array of options definitions
7 GOptions defineOptions() {
8 
9  GOptions goptions(PLUGIN_LOGGER);
10 
11  return goptions;
12 }
13 
14 }
constexpr const char * PLUGIN_LOGGER
GOptions defineOptions()