ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
options Struct Referencefinal

All of the configuration options required by the command line application. More...

#include <options.hpp>

Collaboration diagram for options:
Collaboration graph

Public Attributes

std::optional< ores::logging::logging_optionslogging
 Configuration options related to logging, if any.
 
std::optional< import_optionsimporting
 Configuration related to importing of data, if any.
 
std::optional< export_optionsexporting
 Configuration related to exporting of data, if any.
 
std::optional< delete_optionsdeleting
 Configuration related to deleting entities, if any.
 
std::optional< list_optionslisting
 Configuration related to listing entities, if any.
 
std::optional< add_optionsadding
 Configuration related to adding entities, if any.
 
ores::database::database_options database
 Database connection configuration.
 

Detailed Description

All of the configuration options required by the command line application.