Go to the documentation of this file.
9 #ifndef DEVMGR_COMMON_CONFIGSET_HPP
10 #define DEVMGR_COMMON_CONFIGSET_HPP
20 const bool& mandatory):
40 #endif // DEVMGR_COMMON_CONFIGSET_HPP
T m_value
Definition: configSet.hpp:34
void SetValue(T value)
Definition: configSet.hpp:29
ConfigSet(const std::string &keycfg, const T &value, const bool &mandatory)
Definition: configSet.hpp:18
T GetValue() const
Definition: configSet.hpp:28
ConfigSet()
Definition: configSet.hpp:26
Definition: actionMgr.cpp:29
std::string m_key_str
Definition: configSet.hpp:31
bool IsMandatory() const
Definition: configSet.hpp:30
Definition: configSet.hpp:17
std::string GetKey() const
Definition: configSet.hpp:31
bool m_mandatory
Definition: configSet.hpp:35