9 #ifndef DEVMGR_COMMON_CONFIGSET_HPP
10 #define DEVMGR_COMMON_CONFIGSET_HPP
19 const bool mandatory):
32 #endif // DEVMGR_COMMON_CONFIGSET_HPP
double value
Definition: easylogging++.h:814
bool m_mandatory
Definition: configSet.hpp:28
ConfigSet(const std::string &keycfg, T value, const bool mandatory)
Definition: configSet.hpp:17
T m_value
Definition: configSet.hpp:27
ConfigSet()
Definition: configSet.hpp:25
std::string m_key_str
Definition: configSet.hpp:26