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 >:

List of all members.

Public Member Functions

 PointerSetter (H *pointer, QString name)
 the constructor
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 ( 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: