33template<
class T,
typename R >
40 const std::string& param)
Operation myOperation
The object's operation to perform.
ValueSource< double > * makedoubleReturningCopy() const
~FuncBinding_StringParam()
Destructor.
ValueSource< R > * copy() const
FuncBinding_StringParam(T *source, Operation operation, const std::string ¶m)
R(T::* Operation)(const std::string &) const
Type of the function to execute.
T * mySource
The object the action is directed to.