23 #ifndef FunctionBinding_h
24 #define FunctionBinding_h
47 template<
class T,
typename R >
T * mySource
The object the action is directed to.
ValueSource< SUMOReal > * makeSUMORealReturningCopy() const
FunctionBinding(T *const source, Operation operation)
R(T::* Operation)() const
Type of the function to execute.
Operation myOperation
The object's operation to perform.
~FunctionBinding()
Destructor.
ValueSource< R > * copy() const