dl
dl::FileIniSectionNode类 参考

#include <dl_file_ini.h>

Public 成员函数

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)
 

友元

class FileIni
 

详细描述

在文件 dl_file_ini.h35 行定义.

成员函数说明

◆ 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

friend class FileIni
friend

在文件 dl_file_ini.h37 行定义.


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