|
dl
|
ini文件解析 更多...
#include <dl_file_ini.h>
Public 成员函数 | |
| FileIni () | |
| bool | Open (std::string_view path_name) |
| bool | Save (std::string_view path_name) |
| bool | DelSection (std::string_view key) |
| FileIniSection & | AddSection (std::string_view name) |
| FileIniSection & | GetSection (std::string_view key) |
| std::vector< std::string > | GetAllSectionName () |
友元 | |
| class | FileIniSection |
ini文件解析
在文件 dl_file_ini.h 第 98 行定义.
| dl::FileIni::FileIni | ( | ) |
| FileIniSection & dl::FileIni::AddSection | ( | std::string_view | name | ) |
| bool dl::FileIni::DelSection | ( | std::string_view | key | ) |
| std::vector< std::string > dl::FileIni::GetAllSectionName | ( | ) |
| FileIniSection & dl::FileIni::GetSection | ( | std::string_view | key | ) |
| bool dl::FileIni::Open | ( | std::string_view | path_name | ) |
| bool dl::FileIni::Save | ( | std::string_view | path_name | ) |
|
friend |
在文件 dl_file_ini.h 第 100 行定义.