#include <AsyncJobCalls.h>


Public Types | |
| typedef void(Job::* | Method) () |
| typedef Job | DestClass |
| typedef CbcPointer< Job > | JobPointer |
Public Member Functions | |
| NullaryMemFunT (const CbcPointer< Job > &aJob, Method aMethod) | |
| void | print (std::ostream &os) const override |
| virtual bool | canDial (AsyncCall &call) |
| void | dial (AsyncCall &call) |
Public Attributes | |
| Method | method |
| JobPointer | job |
Protected Member Functions | |
| void | doDial () override |
Detailed Description
class NullaryMemFunT< Job >
Definition at line 90 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::* NullaryMemFunT< Job >::Method) () |
Definition at line 93 of file AsyncJobCalls.h.
Constructor & Destructor Documentation
◆ NullaryMemFunT()
|
inlineexplicit |
Definition at line 94 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 103 of file AsyncJobCalls.h.
References JobDialer< Job >::job, and NullaryMemFunT< Job >::method.
◆ print()
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 97 of file AsyncJobCalls.h.
Member Data Documentation
◆ job
|
inherited |
Definition at line 37 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< Job >::doDial(), and UnaryMemFunT< Job, Data, Argument1 >::doDial().
◆ method
| Method NullaryMemFunT< Job >::method |
Definition at line 100 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< Job >::doDial().
The documentation for this class was generated from the following file:
- src/base/AsyncJobCalls.h
