#include <CommCalls.h>
Public Types | |
typedef Params_ | Params |
typedef void(C::* | Method) (const Params &io) |
typedef C | DestClass |
typedef CbcPointer< C > | JobPointer |
Public Member Functions | |
CommCbMemFunT (const CbcPointer< C > &aJob, Method aMeth) | |
bool | canDial (AsyncCall &c) override |
void | print (std::ostream &os) const override |
void | dial (AsyncCall &call) |
Public Attributes | |
Method | method |
JobPointer | job |
Params | params |
Protected Member Functions | |
void | doDial () override |
Detailed Description
Definition at line 165 of file CommCalls.h.
Member Typedef Documentation
◆ DestClass
Definition at line 28 of file AsyncJobCalls.h.
◆ JobPointer
|
inherited |
Definition at line 29 of file AsyncJobCalls.h.
◆ Method
typedef void(C::* CommCbMemFunT< C, Params_ >::Method) (const Params &io) |
Definition at line 169 of file CommCalls.h.
◆ Params
typedef Params_ CommCbMemFunT< C, Params_ >::Params |
Definition at line 168 of file CommCalls.h.
Constructor & Destructor Documentation
◆ CommCbMemFunT()
|
inline |
Definition at line 171 of file CommCalls.h.
Member Function Documentation
◆ canDial()
|
inlineoverridevirtual |
Reimplemented from JobDialer< C >.
Definition at line 175 of file CommCalls.h.
References JobDialer< Job >::canDial(), and CommDialerParamsT< Params_ >::params.
◆ dial()
Definition at line 35 of file AsyncJobCalls.h.
◆ doDial()
|
inlineoverrideprotectedvirtual |
Implements JobDialer< C >.
Definition at line 190 of file CommCalls.h.
References JobDialer< C >::job, CommCbMemFunT< C, Params_ >::method, and CommDialerParamsT< Params_ >::params.
◆ print()
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 180 of file CommCalls.h.
References CommDialerParamsT< Params_ >::params.
Member Data Documentation
◆ job
|
inherited |
Definition at line 37 of file AsyncJobCalls.h.
◆ method
Definition at line 187 of file CommCalls.h.
Referenced by CommCbMemFunT< C, Params_ >::doDial().
◆ params
|
inherited |
Definition at line 149 of file CommCalls.h.
Referenced by CommCbMemFunT< C, Params_ >::canDial(), CommCbMemFunT< C, Params_ >::doDial(), and CommCbMemFunT< C, Params_ >::print().
The documentation for this class was generated from the following file:
- src/CommCalls.h