|
dl
|
#include <dl_file_ini.h>
Public 类型 | |
| enum class | Type { VALUE , COMMENT , SECTION , BLANK } |
Public 属性 | |
| Type | _vtype |
| std::string | value |
| std::string | key |
在文件 dl_file_ini.h 第 21 行定义.
|
strong |
| 枚举值 | |
|---|---|
| VALUE | |
| COMMENT | |
| SECTION | |
| BLANK | |
在文件 dl_file_ini.h 第 23 行定义.
| Type dl::FileIniLine::_vtype |
在文件 dl_file_ini.h 第 30 行定义.
| std::string dl::FileIniLine::key |
在文件 dl_file_ini.h 第 32 行定义.
| std::string dl::FileIniLine::value |
在文件 dl_file_ini.h 第 31 行定义.