PointerSetter< H > Class Template Reference
The class implementing the setter when the parameter can changed by directly access to the value using the pointer to the parameter. More...
Inheritance diagram for PointerSetter< H >:

Public Member Functions | |
PointerSetter (H *pointer, QString name) | |
the constructor | |
H | set (H newvalue) |
set the parameter changing directly the value of the int parameter |
Detailed Description
template<typename H>
class farsa::PointerSetter< H >
The class implementing the setter when the parameter can changed by directly access to the value using the pointer to the parameter.
Definition at line 84 of file runtimeparametersetters.h.
Constructor & Destructor Documentation
PointerSetter | ( | H * | pointer, |
QString | name | ||
) | [inline] |
the constructor
Definition at line 87 of file runtimeparametersetters.h.
Member Function Documentation
H set | ( | H | newvalue | ) | [inline] |
set the parameter changing directly the value of the int parameter
Definition at line 91 of file runtimeparametersetters.h.
The documentation for this class was generated from the following file:
- configuration/include/runtimeparametersetters.h