#include <dl_file_ini.h>
|
| bool | Set (std::string_view key, std::string_view value) |
| | 覆盖
|
| |
| bool | 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) |
| |
| bool | Get (std::string_view key, FileIniLine &ret) |
| |
◆ Add()
| bool dl::FileIniSectionNode::Add |
( |
std::string_view | key, |
|
|
std::string_view | value ) |
◆ Change()
| bool dl::FileIniSectionNode::Change |
( |
std::string_view | key, |
|
|
std::string_view | value ) |
◆ Del()
| bool dl::FileIniSectionNode::Del |
( |
std::string_view | key | ) |
|
◆ Get()
| bool dl::FileIniSectionNode::Get |
( |
std::string_view | key, |
|
|
FileIniLine & | ret ) |
◆ Set()
| bool dl::FileIniSectionNode::Set |
( |
std::string_view | key, |
|
|
std::string_view | value ) |
◆ FileIni
该类的文档由以下文件生成: