Class TextInterface::ValueGetSet

template<class T>
class ValueGetSet : public TextInterface::ValueGet<T>

Read and write interface to a value of type T.

Public Functions

inline ValueGetSet(T *ptr, const std::string &name, const std::string &desc)

Set all attributes on construction.

inline virtual void set_value(const std::string &text)

Set the value as text.