Class TextInterface::DirectInterface

template<class C, class Type, class Get, class Set, class GetParser>
class DirectInterface : public TextInterface::OptionalInterface<C, Type, Get, Set>

Public Functions

inline DirectInterface(const std::string &t, Get g, Set s, GetParser p)

Construct from a pointer to element attribute interface.

inline Attribute<C> *clone() const

Retun a newly constructed copy.