Sese Framework
x.y.z
A cross-platform framework
|
INI 工具类 更多...
#include <IniUtil.h>
Public 类型 | |
using | InputStream = io::PeekableStream |
工具支持的输入流 | |
using | OutputStream = io::OutputStream |
工具支持的输出流 | |
using | IniConfigObject = std::unique_ptr<IniConfig> |
INI CONFIG 对象 | |
静态 Public 成员函数 | |
static IniConfigObject | parse (InputStream *input) noexcept |
static bool | unparse (const IniConfigObject &target, OutputStream *output) noexcept |
静态 Protected 成员函数 | |
static bool | unparsePair (const std::pair< std::string, std::string > &pair, OutputStream *output) noexcept |
INI 工具类
using sese::ini::IniUtil::IniConfigObject = std::unique_ptr<IniConfig> |
INI CONFIG 对象
工具支持的输入流
工具支持的输出流
|
staticnoexcept |
从可窥视流中解析一个 INI CONFIG 对象
input | 欲处理的可窥视流 |
|
staticnoexcept |
|
staticprotectednoexcept |
引用了 ASSERT_WRITE.