#include <AsyncJobCalls.h>
Public Types | |
typedef void(Job::* | Method) (Argument1) |
typedef Job | DestClass |
typedef CbcPointer< Job > | JobPointer |
Public Member Functions | |
UnaryMemFunT (const CbcPointer< Job > &aJob, Method aMethod, const Data &anArg1) | |
void | print (std::ostream &os) const override |
virtual bool | canDial (AsyncCall &call) |
void | dial (AsyncCall &call) |
Public Attributes | |
Method | method |
Data | arg1 |
JobPointer | job |
Protected Member Functions | |
void | doDial () override |
Detailed Description
Definition at line 107 of file AsyncJobCalls.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(Job::* UnaryMemFunT< Job, Data, Argument1 >::Method) (Argument1) |
Definition at line 110 of file AsyncJobCalls.h.
Constructor & Destructor Documentation
◆ UnaryMemFunT()
|
inlineexplicit |
Definition at line 111 of file AsyncJobCalls.h.
Member Function Documentation
◆ canDial()
Reimplemented in CommCbMemFunT< C, Params_ >, BodyProducerDialer, and BodyConsumerDialer.
Definition at line 160 of file AsyncJobCalls.h.
References AsyncCall::cancel().
Referenced by CommCbMemFunT< C, Params_ >::canDial().
◆ dial()
Definition at line 170 of file AsyncJobCalls.h.
References DBG_CRITICAL, debugs, AsyncCall::debugSection, and AsyncCall::name.
◆ doDial()
|
inlineoverrideprotectedvirtual |
Implements JobDialer< Job >.
Definition at line 122 of file AsyncJobCalls.h.
References JobDialer< Job >::job, and UnaryMemFunT< Job, Data, Argument1 >::method.
◆ print()
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 115 of file AsyncJobCalls.h.
References UnaryMemFunT< Job, Data, Argument1 >::arg1.
Member Data Documentation
◆ arg1
Data UnaryMemFunT< Job, Data, Argument1 >::arg1 |
Definition at line 119 of file AsyncJobCalls.h.
Referenced by UnaryMemFunT< Job, Data, Argument1 >::print().
◆ job
|
inherited |
Definition at line 37 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< Job >::doDial(), and UnaryMemFunT< Job, Data, Argument1 >::doDial().
◆ method
Method UnaryMemFunT< Job, Data, Argument1 >::method |
Definition at line 118 of file AsyncJobCalls.h.
Referenced by UnaryMemFunT< Job, Data, Argument1 >::doDial().
The documentation for this class was generated from the following file:
- src/base/AsyncJobCalls.h