22 #ifndef FuncBinding_IntParam_h 23 #define FuncBinding_IntParam_h 45 template<
class T,
typename R >
SUMOReal getValue() const
~FuncBinding_IntParam()
Destructor.
ValueSource< SUMOReal > * makeSUMORealReturningCopy() const
Operation myOperation
The object's operation to perform.
T * mySource
The object the action is directed to.
ValueSource< R > * copy() const
FuncBinding_IntParam(T *source, Operation operation, int param)
R(T::* Operation)(int) const
Type of the function to execute.