

Public Types | |
typedef UnaryMemFunT< BodyConsumer, BodyPipe::Pointer > | Parent |
typedef void(BodyConsumer ::* | Method) (BodyPipe::Pointer) |
typedef BodyConsumer | DestClass |
typedef CbcPointer< BodyConsumer > | JobPointer |
Public Member Functions | |
BodyConsumerDialer (const BodyConsumer::Pointer &aConsumer, Parent::Method aHandler, BodyPipe::Pointer bp) | |
virtual bool | canDial (AsyncCall &call) |
virtual void | print (std::ostream &os) const |
void | dial (AsyncCall &call) |
Public Attributes | |
Method | method |
BodyPipe::Pointer | arg1 |
JobPointer | job |
Protected Member Functions | |
virtual void | doDial () |
Detailed Description
Definition at line 60 of file BodyPipe.cc.
Member Typedef Documentation
◆ DestClass
|
inherited |
Definition at line 28 of file AsyncJobCalls.h.
◆ JobPointer
|
inherited |
Definition at line 29 of file AsyncJobCalls.h.
◆ Method
|
inherited |
Definition at line 109 of file AsyncJobCalls.h.
◆ Parent
Definition at line 63 of file BodyPipe.cc.
Constructor & Destructor Documentation
◆ BodyConsumerDialer()
|
inline |
Definition at line 65 of file BodyPipe.cc.
Member Function Documentation
◆ canDial()
|
virtual |
Reimplemented from JobDialer< BodyConsumer >.
Definition at line 89 of file BodyPipe.cc.
References AsyncCall::cancel(), AsyncCall::debugLevel, debugs, AsyncCall::debugSection, BodyPipe::status(), and BodyPipe::stillConsuming().
◆ dial()
|
inherited |
Definition at line 169 of file AsyncJobCalls.h.
References debugs, AsyncCall::debugSection, JobDialer< Job >::doDial(), HERE(), JobDialer< Job >::job, and AsyncCall::name.
◆ doDial()
|
inlineprotectedvirtualinherited |
Implements JobDialer< BodyConsumer >.
Definition at line 121 of file AsyncJobCalls.h.
References JobDialer< Job >::job, and method.
◆ print()
|
inlinevirtualinherited |
Implements CallDialer.
Definition at line 114 of file AsyncJobCalls.h.
Member Data Documentation
◆ arg1
|
inherited |
Definition at line 118 of file AsyncJobCalls.h.
◆ job
|
inherited |
Definition at line 37 of file AsyncJobCalls.h.
◆ method
|
inherited |
Definition at line 117 of file AsyncJobCalls.h.
The documentation for this class was generated from the following file:
- src/BodyPipe.cc