Definition at line 40 of file config.hpp.
◆ HasCustomCacheDir()
bool plugify::Config::Paths::HasCustomCacheDir |
( |
| ) |
const |
|
inline |
◆ HasCustomConfigsDir()
bool plugify::Config::Paths::HasCustomConfigsDir |
( |
| ) |
const |
|
inline |
◆ HasCustomDataDir()
bool plugify::Config::Paths::HasCustomDataDir |
( |
| ) |
const |
|
inline |
◆ HasCustomExtensionsDir()
bool plugify::Config::Paths::HasCustomExtensionsDir |
( |
| ) |
const |
|
inline |
◆ HasCustomLogsDir()
bool plugify::Config::Paths::HasCustomLogsDir |
( |
| ) |
const |
|
inline |
◆ ResolveRelativePaths()
void plugify::Config::Paths::ResolveRelativePaths |
( |
| ) |
|
|
inline |
◆ baseDir
std::filesystem::path plugify::Config::Paths::baseDir |
◆ cacheDir
std::filesystem::path plugify::Config::Paths::cacheDir = "cache" |
◆ configsDir
std::filesystem::path plugify::Config::Paths::configsDir = "configs" |
◆ dataDir
std::filesystem::path plugify::Config::Paths::dataDir = "data" |
◆ extensionsDir
std::filesystem::path plugify::Config::Paths::extensionsDir = "extensions" |
◆ logsDir
std::filesystem::path plugify::Config::Paths::logsDir = "logs" |
The documentation for this struct was generated from the following file: