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