6 #ifndef IROHA_SHARED_MODEL_SET_SETTING_VALUE_HPP 7 #define IROHA_SHARED_MODEL_SET_SETTING_VALUE_HPP 31 std::string
toString()
const override;
38 #endif // IROHA_SHARED_MODEL_SET_SETTING_VALUE_HPP std::string SettingKeyType
Type of setting key.
Definition: types.hpp:88
SetSettingValue ModelType
Definition: model_primitive.hpp:27
Definition: set_setting_value.hpp:19
virtual const types::SettingValueType & value() const =0
std::string toString() const override
Definition: set_setting_value.cpp:11
virtual const types::SettingKeyType & key() const =0
std::string SettingValueType
Type of setting value.
Definition: types.hpp:90
bool operator==(const ModelType &rhs) const override
Definition: set_setting_value.cpp:19
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:12