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
~FuncBinding_StringParam()
Destructor.
ValueSource< SUMOReal > * makeSUMORealReturningCopy() const
T * mySource
The object the action is directed to.
R(T::* Operation)(const std::string &) const
Type of the function to execute.
FuncBinding_StringParam(T *source, Operation operation, const std::string ¶m)