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 |
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.