|
Squid Web Cache master
|
#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 |
Definition at line 165 of file CommCalls.h.
|
inherited |
Definition at line 29 of file AsyncJobCalls.h.
|
inherited |
Definition at line 30 of file AsyncJobCalls.h.
| typedef void(C::* CommCbMemFunT< C, Params_ >::Method) (const Params &io) |
Definition at line 169 of file CommCalls.h.
| typedef Params_ CommCbMemFunT< C, Params_ >::Params |
Definition at line 168 of file CommCalls.h.
|
inline |
Definition at line 171 of file CommCalls.h.
|
inlineoverridevirtual |
Reimplemented from JobDialer< C >.
Definition at line 175 of file CommCalls.h.
References JobDialer< Job >::canDial(), and CommDialerParamsT< Params_ >::params.
Definition at line 36 of file AsyncJobCalls.h.
|
inlineoverrideprotectedvirtual |
Implements JobDialer< C >.
Definition at line 190 of file CommCalls.h.
References JobDialer< C >::job, CommCbMemFunT< C, Params_ >::method, and CommDialerParamsT< Params_ >::params.
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 180 of file CommCalls.h.
References CommDialerParamsT< Params_ >::params.
|
inherited |
Definition at line 38 of file AsyncJobCalls.h.
| Method CommCbMemFunT< C, Params_ >::method |
Definition at line 187 of file CommCalls.h.
Referenced by CommCbMemFunT< C, Params_ >::doDial().
|
inherited |
Definition at line 149 of file CommCalls.h.
Referenced by CommCbMemFunT< C, Params_ >::canDial(), CommCbMemFunT< C, Params_ >::doDial(), and CommCbMemFunT< C, Params_ >::print().