ElementGet and ElementGetSet factory.
More...
#include <TextInterfaceElement.h>
Inherited by TextInterface::To< C >::VGenerator< Type >.
|
template<class Get , class Size > |
ElementGet< C, Get, Size > * | operator() (const std::string &n, Get g, Size z) |
| Generate a new ElementGet instance.
|
|
template<class Get , class Set , class Size > |
ElementGetSet< C, Type, Get, Set, Size > * | operator() (const std::string &n, Get g, Set s, Size z) |
| Generate a new ElementGetSet instance.
|
|
template<class Get , class Size > |
ElementGet< C, Get, Size > * | operator() (const std::string &n, const std::string &d, Get g, Size z) |
| Generate a new ElementGet instance with description.
|
|
template<class Get , class Set , class Size > |
ElementGetSet< C, Type, Get, Set, Size > * | operator() (const std::string &n, const std::string &d, Get g, Set s, Size z) |
| Generate a new ElementGetSet instance with description.
|
|
template<class C, class Type>
class TextInterface::VAllocator< C, Type >
ElementGet and ElementGetSet 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: