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