Class TextInterface::AttributeAdapter

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

Can be used as an Adapter (IsA != HasA) or a Decorator (IsA == HasA).

Public Functions

inline void set_description(const std::string &description)

Set the description of the attribute.

inline void set_detailed_description(const std::string &description)

Set the detailed description of the attribute.