#include <AppConfig.h>
|
static bool | initialize (const std::string &application, const std::string &organization) |
|
static Mapping * | archive () |
|
static bool | flush () |
|
static bool | save (const std::string &filename) |
|
static bool | load (const std::string &filename) |
|
◆ archive()
- Note
- A pointer returned by archive() must be replaced with a new one when a new config is loaed.
◆ flush()
bool AppConfig::flush |
( |
| ) |
|
|
static |
◆ initialize()
bool AppConfig::initialize |
( |
const std::string & |
application, |
|
|
const std::string & |
organization |
|
) |
| |
|
static |
◆ load()
bool AppConfig::load |
( |
const std::string & |
filename | ) |
|
|
static |
- Note
- A pointer returned by archive() must be replaced after calling this function because a new YAMLReader instance is created in it.
◆ save()
bool AppConfig::save |
( |
const std::string & |
filename | ) |
|
|
static |
The documentation for this class was generated from the following files: