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