5#include <unordered_map>
48 std::string
get(
const std::string &key)
const;
62 void set(
const std::string &key,
const std::string_view &value);
69 void remove(
const std::string &key);
std::unordered_map< std::string, std::string > _configMap
void set(const std::string &key, const std::string_view &value)
std::string get(const std::string &key) const
void remove(const std::string &key)
const std::string & getLastError() const
ConfigParser(std::filesystem::path configPath)
std::filesystem::path _configPath
const std::unordered_map< std::string, std::string > & getConfigMap() const