Eclipse SUMO - Simulation of Urban MObility
|
#include <FuncBinding_IntParam.h>
Public Types | |
typedef R(T::* | Operation) (int) const |
Type of the function to execute. | |
Public Member Functions | |
ValueSource< R > * | copy () const |
FuncBinding_IntParam (T *source, Operation operation, int param) | |
double | getValue () const |
ValueSource< double > * | makedoubleReturningCopy () const |
~FuncBinding_IntParam () | |
Destructor. | |
Private Attributes | |
Operation | myOperation |
The object's operation to perform. | |
int | myParam |
T * | mySource |
The object the action is directed to. | |
Definition at line 35 of file FuncBinding_IntParam.h.
typedef R(T::* FuncBinding_IntParam< T, R >::Operation) (int) const |
Type of the function to execute.
Definition at line 38 of file FuncBinding_IntParam.h.
|
inline |
Definition at line 40 of file FuncBinding_IntParam.h.
|
inline |
Destructor.
Definition at line 48 of file FuncBinding_IntParam.h.
|
inlinevirtual |
Implements ValueSource< R >.
Definition at line 54 of file FuncBinding_IntParam.h.
References FuncBinding_IntParam< T, R >::myOperation, FuncBinding_IntParam< T, R >::myParam, and FuncBinding_IntParam< T, R >::mySource.
|
inlinevirtual |
Implements ValueSource< R >.
Definition at line 50 of file FuncBinding_IntParam.h.
References FuncBinding_IntParam< T, R >::myOperation, FuncBinding_IntParam< T, R >::myParam, and FuncBinding_IntParam< T, R >::mySource.
|
inlinevirtual |
Implements ValueSource< R >.
Definition at line 59 of file FuncBinding_IntParam.h.
References FuncBinding_IntParam< T, R >::myOperation, FuncBinding_IntParam< T, R >::myParam, and FuncBinding_IntParam< T, R >::mySource.
|
private |
The object's operation to perform.
Definition at line 70 of file FuncBinding_IntParam.h.
Referenced by FuncBinding_IntParam< T, R >::copy(), FuncBinding_IntParam< T, R >::getValue(), and FuncBinding_IntParam< T, R >::makedoubleReturningCopy().
|
private |
Definition at line 72 of file FuncBinding_IntParam.h.
Referenced by FuncBinding_IntParam< T, R >::copy(), FuncBinding_IntParam< T, R >::getValue(), and FuncBinding_IntParam< T, R >::makedoubleReturningCopy().
|
private |
The object the action is directed to.
Definition at line 67 of file FuncBinding_IntParam.h.
Referenced by FuncBinding_IntParam< T, R >::copy(), FuncBinding_IntParam< T, R >::getValue(), and FuncBinding_IntParam< T, R >::makedoubleReturningCopy().