added to Config:
bool Config::HasValue(const wchar_t * name, const wchar_t * value)
This commit is contained in:
@@ -809,6 +809,9 @@ public:
|
||||
bool ListText(const wchar_t * name, std::vector<std::wstring> & list);
|
||||
bool ListText(const std::wstring & name, std::vector<std::wstring> & list);
|
||||
|
||||
bool HasValue(const wchar_t * name, const wchar_t * value);
|
||||
bool HasValue(const std::wstring & name, const std::wstring & value);
|
||||
|
||||
// for debug
|
||||
//void Print(std::wostream & out);
|
||||
|
||||
|
Reference in New Issue
Block a user