20 #ifndef FunctionBinding_h 21 #define FunctionBinding_h 40 template<
class T,
typename R >
ValueSource< std::string > * copy() const
ValueSource< R > * copy() const
Operation myOperation
The object's operation to perform.
FunctionBinding(T *const source, Operation operation, const R scale=1)
T * mySource
The object the action is directed to.
ValueSource< double > * makedoubleReturningCopy() const
T * mySource
The object the action is directed to.
~FunctionBindingString()
Destructor.
R(T::* Operation)() const
Type of the function to execute.
FunctionBindingString(T *const source, Operation operation)
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.
std::string getValue() const