plugify  1.0.0.0
Public Attributes | List of all members
plugify::Config Struct Referencefinal

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.
 

Detailed Description

Represents configuration settings for a program.

This struct encapsulates various configuration parameters.

Definition at line 14 of file config.hpp.


The documentation for this struct was generated from the following file: