|
Sese Framework
3.0.0
A cross-platform framework
|
Traditional configuration file utility. More...
#include <ConfigUtil.h>
Public Types | |
| using | InputStream = io::InputStream |
| using | OutputStream = io::OutputStream |
Static Public Member Functions | |
| static ConfigObject::Ptr | readFrom (InputStream *input) |
| static bool | write2 (const ConfigObject::Ptr &config_file, OutputStream *output) |
Static Private Member Functions | |
| static std::string | readLine (InputStream *input) |
Traditional configuration file utility.
|
static |
Reads the configuration file
| input | The input stream of the configuration file |
|
staticprivate |
|
static |
Writes the configuration to the file
| config_file | The specific configuration |
| output | The output stream of the configuration file |