1 #ifndef ORG_EEROS_CORE_SIMPLECONFIG_HPP_
2 #define ORG_EEROS_CORE_SIMPLECONFIG_HPP_
13 virtual bool save(
const char *
path =
nullptr);
14 virtual bool load(
const char *
path =
nullptr);
21 #endif // ORG_EEROS_CORE_SIMPLECONFIG_HPP_
virtual bool load(const char *path=nullptr)
Definition: SimpleConfig.cpp:44
virtual ~SimpleConfig()
Definition: SimpleConfig.cpp:21
const char * path
Definition: Config.hpp:38
SimpleConfig(const char *path=nullptr)
Definition: SimpleConfig.cpp:19
virtual bool save(const char *path=nullptr)
Definition: SimpleConfig.cpp:23
static constexpr int buffer_size
Definition: SimpleConfig.hpp:16
Definition: Config.hpp:25
Definition: SimpleConfig.hpp:8