#include <configurationmanager.hpp>
|
bool | loadConfig (const boost::filesystem::path &path, boost::program_options::variables_map &variables, boost::program_options::options_description &description) |
|
void | setupTokensMapping () |
|
typedef const boost::filesystem::path&(FixedPathType::* Files::ConfigurationManager::path_type_f)() const |
|
private |
Files::ConfigurationManager::ConfigurationManager |
( |
bool |
silent = false | ) |
|
Files::ConfigurationManager::~ConfigurationManager |
( |
| ) |
|
|
virtual |
- Parameters
-
silent | Emit log messages to cout? |
const boost::filesystem::path & Files::ConfigurationManager::getCachePath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getGlobalDataPath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getGlobalPath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getInstallPath |
( |
| ) |
const |
const boost::filesystem::path& Files::ConfigurationManager::getLocalDataPath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getLocalPath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getLogPath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getUserConfigPath |
( |
| ) |
const |
const boost::filesystem::path & Files::ConfigurationManager::getUserDataPath |
( |
| ) |
const |
bool Files::ConfigurationManager::loadConfig |
( |
const boost::filesystem::path & |
path, |
|
|
boost::program_options::variables_map & |
variables, |
|
|
boost::program_options::options_description & |
description |
|
) |
| |
|
private |
- Parameters
-
create | Try creating the directory, if it does not exist. Fixed paths |
void Files::ConfigurationManager::readConfiguration |
( |
boost::program_options::variables_map & |
variables, |
|
|
boost::program_options::options_description & |
description, |
|
|
bool |
quiet = false |
|
) |
| |
void Files::ConfigurationManager::setupTokensMapping |
( |
| ) |
|
|
private |
boost::filesystem::path Files::ConfigurationManager::mLogPath |
|
private |
bool Files::ConfigurationManager::mSilent |
|
private |
The documentation for this struct was generated from the following files: