#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
template<class Job>
class NullaryMemFunT< Job >
Definition at line 91 of file AsyncJobCalls.h.
Member Typedef Documentation
◆ DestClass
Definition at line 29 of file AsyncJobCalls.h.
◆ JobPointer
|
inherited |
Definition at line 30 of file AsyncJobCalls.h.
◆ Method
| typedef void(Job::* NullaryMemFunT< Job >::Method) () |
Definition at line 94 of file AsyncJobCalls.h.
Constructor & Destructor Documentation
◆ NullaryMemFunT()
|
inlineexplicit |
Definition at line 95 of file AsyncJobCalls.h.
Member Function Documentation
◆ canDial()
Reimplemented in BodyConsumerDialer, BodyProducerDialer, and CommCbMemFunT< C, Params_ >.
Definition at line 161 of file AsyncJobCalls.h.
Referenced by CommCbMemFunT< C, Params_ >::canDial().
◆ dial()
Definition at line 171 of file AsyncJobCalls.h.
◆ doDial()
|
inlineoverrideprotectedvirtual |
Implements JobDialer< Job >.
Definition at line 104 of file AsyncJobCalls.h.
◆ print()
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 98 of file AsyncJobCalls.h.
Member Data Documentation
◆ job
|
inherited |
Definition at line 38 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< ModXact >::doDial(), and UnaryMemFunT< BodyConsumer, BodyPipe::Pointer >::doDial().
◆ method
| Method NullaryMemFunT< Job >::method |
Definition at line 101 of file AsyncJobCalls.h.
Referenced by NullaryMemFunT< ModXact >::doDial().
The documentation for this class was generated from the following file:
- src/base/AsyncJobCalls.h
Introduction
- About Squid
- Why Squid?
- Squid Developers
- How to Donate
- How to Help Out
- Getting Squid
- Squid Source Packages
- Squid Deployment Case-Studies
- Squid Software Foundation
Documentation
- Quick Setup
- Configuration:
- FAQ and Wiki
- Guide Books:
- Non-English
- More...
Support
- Security Advisories
- Bugzilla Database
- Mailing lists
- Contacting us
- Commercial services
- Project Sponsors
- Squid-based products
