gfactory
gfactory_options.h
Go to the documentation of this file.
1 #ifndef GFACTORY_OPTIONS_H
2 #define GFACTORY_OPTIONS_H 1
3 
4 #include "goptions.h"
5 
6 constexpr const char* PLUGIN_LOGGER = "plugins";
7 
8 namespace gfactory {
9 
10 // returns array of options definitions
11 GOptions defineOptions();
12 
13 }
14 
15 #endif
constexpr const char * PLUGIN_LOGGER
GOptions defineOptions()