#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) | |
virtual void | print (std::ostream &os) const |
virtual bool | canDial (AsyncCall &call) |
void | dial (AsyncCall &call) |
Public Attributes | |
Method | method |
Data | arg1 |
JobPointer | job |
Protected Member Functions | |
virtual void | doDial () |
Detailed Description
template<class Job, class Data, class Argument1 = Data>
class UnaryMemFunT< Job, Data, Argument1 >
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 BodyConsumerDialer, BodyProducerDialer, and CommCbMemFunT< C, Params_ >.
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 debugs, AsyncCall::debugSection, and AsyncCall::name.
◆ doDial()
|
inlineprotectedvirtual |
Implements JobDialer< Job >.
Definition at line 122 of file AsyncJobCalls.h.
◆ print()
|
inlinevirtual |
Implements CallDialer.
Definition at line 115 of file AsyncJobCalls.h.
Member Data Documentation
◆ arg1
Data UnaryMemFunT< Job, Data, Argument1 >::arg1 |
Definition at line 119 of file AsyncJobCalls.h.
Referenced by Ipc::Inquirer::HandleRemoteAck(), UnaryMemFunT< BodyConsumer, BodyPipe::Pointer >::print(), sslCrtvdHandleReplyWrapper(), and Ssl::CertValidationHelper::Submit().
◆ job
|
inherited |
Definition at line 37 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< ModXact >::doDial(), and UnaryMemFunT< BodyConsumer, BodyPipe::Pointer >::doDial().
◆ method
Method UnaryMemFunT< Job, Data, Argument1 >::method |
Definition at line 118 of file AsyncJobCalls.h.
Referenced by UnaryMemFunT< BodyConsumer, BodyPipe::Pointer >::doDial().
The documentation for this class was generated from the following file:
- src/base/AsyncJobCalls.h