|
Squid Web Cache master
|
#include <CommCalls.h>
Public Types | |
| typedef CommIoCbParams | Params |
Public Member Functions | |
| CommIoCbPtrFun (IOCB *aHandler, const Params &aParams) | |
| void | dial () |
| void | print (std::ostream &os) const override |
Public Attributes | |
| IOCB * | handler |
| Params | params |
Definition at line 229 of file CommCalls.h.
| typedef CommIoCbParams CommIoCbPtrFun::Params |
Definition at line 233 of file CommCalls.h.
Definition at line 195 of file CommCalls.cc.
| void CommIoCbPtrFun::dial | ( | ) |
Definition at line 202 of file CommCalls.cc.
References CommIoCbParams::buf, CommCommonCbParams::conn, CommCommonCbParams::data, CommCommonCbParams::flag, handler, CommDialerParamsT< CommIoCbParams >::params, CommIoCbParams::size, and CommCommonCbParams::xerrno.
|
overridevirtual |
Implements CallDialer.
Definition at line 208 of file CommCalls.cc.
References CommDialerParamsT< CommIoCbParams >::params, and CommIoCbParams::print().
| IOCB* CommIoCbPtrFun::handler |
Definition at line 241 of file CommCalls.h.
Referenced by dial().
|
inherited |
Definition at line 149 of file CommCalls.h.