LoRaWANCH341 Library
Loading...
Searching...
No Matches
ConfigManager Member List

This is the complete list of members for ConfigManager, including all inherited members.

cleanupJSON()ConfigManagerprivate
configFilePathConfigManagerprivate
ConfigManager(const std::string &configFile="config.json")ConfigManager
getBool(const std::string &key, bool defaultValue=false)ConfigManager
getInt(const std::string &key, int defaultValue=0)ConfigManager
getNestedBool(const std::string &path, bool defaultValue=false)ConfigManager
getNestedInt(const std::string &path, int defaultValue=0)ConfigManager
getNestedItem(const std::string &path)ConfigManagerprivate
getNestedString(const std::string &path, const std::string &defaultValue="")ConfigManager
getString(const std::string &key, const std::string &defaultValue="")ConfigManager
loadConfig()ConfigManager
rootConfigManagerprivate
saveConfig()ConfigManager
setBool(const std::string &key, bool value)ConfigManager
setInt(const std::string &key, int value)ConfigManager
setString(const std::string &key, const std::string &value)ConfigManager
~ConfigManager()ConfigManager