Class TextInterface::AttributeXformGet

template<class C, class Get, class X>
class AttributeXformGet : public TextInterface::AttributeGet<C, Get>

Interface to a class attribute with an accessor method, C::Get().

Public Functions

inline AttributeXformGet(const std::string &_name, Get _get, X _xform)

Constructor.

inline virtual Attribute<C> *clone() const

Return a clone.

inline virtual std::string get_value(const C *ptr) const

Get the value of the attribute.