|
SOMHunter Core
|
Parsed current config of the core. More...
#include <settings.h>

Static Public Member Functions | |
| static Settings | parse_JSON_config (const std::string &filepath) |
| Parsees the JSON config file that holds initial config. More... | |
| static Settings | parse_JSON_config_string (const std::string &cfg_file_contents) |
Parsed current config of the core.
|
static |
Parsees the JSON config file that holds initial config.
That means basically what we have in config.h now (paths etc.)

|
static |

| ApiConfig sh::Settings::API |
| DatasetsSettings sh::Settings::datasets |
| EvalServerSettings sh::Settings::eval_server |
| LoggerSettings sh::Settings::logger |
| ModelsSettings sh::Settings::models |
| PresentationViewsSettings sh::Settings::presentation_views |
| RemoteServicesSettings sh::Settings::remote_services |
| TestsSettings sh::Settings::tests |