|
Squid Web Cache master
|
#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 |
Definition at line 91 of file AsyncJobCalls.h.
|
inherited |
Definition at line 29 of file AsyncJobCalls.h.
|
inherited |
Definition at line 30 of file AsyncJobCalls.h.
| typedef void(Job::* NullaryMemFunT< Job >::Method) () |
Definition at line 94 of file AsyncJobCalls.h.
|
inlineexplicit |
Definition at line 95 of file AsyncJobCalls.h.
Reimplemented in CommCbMemFunT< C, Params_ >, BodyProducerDialer, and BodyConsumerDialer.
Definition at line 161 of file AsyncJobCalls.h.
References AsyncCall::cancel().
Referenced by CommCbMemFunT< C, Params_ >::canDial(), BodyProducerDialer::canDial(), and BodyConsumerDialer::canDial().
Definition at line 171 of file AsyncJobCalls.h.
References Critical, debugs, AsyncCall::debugSection, and AsyncCall::name.
|
inlineoverrideprotectedvirtual |
Implements JobDialer< Job >.
Definition at line 104 of file AsyncJobCalls.h.
References JobDialer< Job >::job, and NullaryMemFunT< Job >::method.
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 98 of file AsyncJobCalls.h.
|
inherited |
Definition at line 38 of file AsyncJobCalls.h.
Referenced by BodyProducerDialer::canDial(), BodyConsumerDialer::canDial(), NullaryMemFunT< Job >::doDial(), and UnaryMemFunT< Job, Data, Argument1 >::doDial().
| Method NullaryMemFunT< Job >::method |
Definition at line 101 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< Job >::doDial().