dl
dl::FileIni类 参考

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)
 
FileIniSectionAddSection (std::string_view name)
 
FileIniSectionGetSection (std::string_view key)
 
std::vector< std::string > GetAllSectionName ()
 

友元

class FileIniSection
 

详细描述

ini文件解析

在文件 dl_file_ini.h98 行定义.

构造及析构函数说明

◆ FileIni()

dl::FileIni::FileIni ( )

成员函数说明

◆ AddSection()

FileIniSection & dl::FileIni::AddSection ( std::string_view name)

◆ DelSection()

bool dl::FileIni::DelSection ( std::string_view key)

◆ GetAllSectionName()

std::vector< std::string > dl::FileIni::GetAllSectionName ( )

◆ GetSection()

FileIniSection & dl::FileIni::GetSection ( std::string_view key)

◆ Open()

bool dl::FileIni::Open ( std::string_view path_name)

◆ Save()

bool dl::FileIni::Save ( std::string_view path_name)

友元及相关符号说明

◆ FileIniSection

friend class FileIniSection
friend

在文件 dl_file_ini.h100 行定义.


该类的文档由以下文件生成: