Class TextInterface::XAllocator

template<class C>
class XAllocator

AttributeXformGet factory.

Use this generator function object whenever the get and set methods to not match the patterns supplied by the add template methods of the TextInterface::To class

Public Functions

template<class Get, class X>
inline AttributeXformGet<C, Get, X> *operator()(const std::string &n, Get g, X x)

Generate a new AttributeGet instance.

template<class Get, class X>
inline AttributeXformGet<C, Get, X> *operator()(const std::string &n, const std::string &d, Get g, X x)

Generate a new AttributeGet instance with description.