上传文件至 'source-code/source/plugins/TLAC/FileSystem'

New function added "GetStringValue" to get string value from the config file
This commit is contained in:
zsccat
2020-06-04 12:51:44 +00:00
parent c8e6b4e8db
commit 3c35aa7822
2 changed files with 9 additions and 0 deletions
@@ -17,6 +17,7 @@ namespace TLAC::FileSystem
int GetIntegerValue(const std::string& key);
bool GetBooleanValue(const std::string& key);
float GetFloatValue(const std::string& key);
std::string GetStringValue(const std::string& key);
protected:
virtual void Parse(std::ifstream &fileStream) override;