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