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