Class TextInterface::ValueAdapter

template<class IsA, class HasA = IsA>
class ValueAdapter : public TextInterface::AdapterBase<IsA, IsA>

Public Functions

inline std::string get_value() const

Get the value of the value.

inline void set_value(const std::string &val)

Set the value of the value.