#include <dl_file_ini.h>
|
| | FileIniSection () |
| |
| void | Set (std::string_view key, std::string_view value) |
| | 设置键值对
|
| |
| void | Add (std::string_view key, std::string_view value) |
| | 添加键值对
|
| |
| bool | Change (std::string_view key, std::string_view value) |
| |
| bool | Del (std::string_view key) |
| | 删除键值对
|
| |
| std::string | Get (std::string_view key) |
| | 获取键值对
|
| |
◆ FileIniSection()
| dl::FileIniSection::FileIniSection |
( |
| ) |
|
|
inline |
◆ Add()
| void dl::FileIniSection::Add |
( |
std::string_view | key, |
|
|
std::string_view | value ) |
◆ Change()
| bool dl::FileIniSection::Change |
( |
std::string_view | key, |
|
|
std::string_view | value ) |
◆ Del()
| bool dl::FileIniSection::Del |
( |
std::string_view | key | ) |
|
◆ Get()
| std::string dl::FileIniSection::Get |
( |
std::string_view | key | ) |
|
◆ Set()
| void dl::FileIniSection::Set |
( |
std::string_view | key, |
|
|
std::string_view | value ) |
◆ FileIni
该类的文档由以下文件生成: