23 #ifndef FunctionBinding_h 24 #define FunctionBinding_h 47 template<
class T,
typename R >
ValueSource< R > * copy() const
FunctionBinding(T *const source, Operation operation, const R scale=1)
T * mySource
The object the action is directed to.
R(T::* Operation)() const
Type of the function to execute.
const R myScale
The scale to apply.
FunctionBinding< T, R > & operator=(const FunctionBinding< T, R > &)
invalidated assignment operator
ValueSource< double > * makedoubleReturningCopy() const
Operation myOperation
The object's operation to perform.
~FunctionBinding()
Destructor.