plugify 1.0.0.0
|
Represents configuration settings for a program. More...
#include <config.hpp>
Public Attributes | |
std::filesystem::path | baseDir |
The base directory for the program. | |
Severity | logSeverity { Severity::Verbose } |
The severity level for logging. | |
std::set< std::string > | repositories |
A collection of repository paths. | |
bool | preferOwnSymbols { false } |
Flag indicating if the modules should prefer its own symbols over shared symbols. | |
Represents configuration settings for a program.
This struct encapsulates various configuration parameters.
Definition at line 14 of file config.hpp.
std::filesystem::path plugify::Config::baseDir |
The base directory for the program.
Definition at line 15 of file config.hpp.
Severity plugify::Config::logSeverity { Severity::Verbose } |
The severity level for logging.
Definition at line 16 of file config.hpp.
bool plugify::Config::preferOwnSymbols { false } |
Flag indicating if the modules should prefer its own symbols over shared symbols.
Definition at line 18 of file config.hpp.
std::set<std::string> plugify::Config::repositories |
A collection of repository paths.
Definition at line 17 of file config.hpp.