TextInterface::Allocator< C, Type > Class Template Reference

AttributeGet and AttributeGetSet factory. More...

#include <TextInterfaceAttribute.h>

Inherited by TextInterface::To< C >::Generator< Type >.

Public Member Functions

template<class Get >
AttributeGet< C, Get > * operator() (const std::string &n, Get g)
 Generate a new AttributeGet instance.
 
template<class Get , class Set >
AttributeGetSet< C, Type, Get, Set > * operator() (const std::string &n, Get g, Set s)
 Generate a new AttributeGetSet instance.
 
template<class Get >
AttributeGet< C, Get > * operator() (const std::string &n, const std::string &d, Get g)
 Generate a new AttributeGet instance with description.
 
template<class Get , class Set >
AttributeGetSet< C, Type, Get, Set > * operator() (const std::string &n, const std::string &d, Get g, Set s)
 Generate a new AttributeGetSet instance with description.
 

Detailed Description

template<class C, class Type>
class TextInterface::Allocator< C, Type >

AttributeGet and AttributeGetSet 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


The documentation for this class was generated from the following file:

Generated using doxygen 1.8.17