Public Types | |
typedef UnaryMemFunT< BodyProducer, BodyPipe::Pointer > | Parent |
typedef void(Job::* | Method) (BodyPipe::Pointer) |
typedef BodyProducer | DestClass |
typedef CbcPointer< BodyProducer > | JobPointer |
Public Member Functions | |
BodyProducerDialer (const BodyProducer::Pointer &aProducer, Parent::Method aHandler, BodyPipe::Pointer bp) | |
bool | canDial (AsyncCall &call) override |
void | print (std::ostream &os) const override |
void | dial (AsyncCall &call) |
Public Attributes | |
Method | method |
BodyPipe::Pointer | arg1 |
JobPointer | job |
Protected Member Functions | |
void | doDial () override |
Detailed Description
Definition at line 45 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 110 of file AsyncJobCalls.h.
◆ Parent
Definition at line 48 of file BodyPipe.cc.
Constructor & Destructor Documentation
◆ BodyProducerDialer()
|
inline |
Definition at line 50 of file BodyPipe.cc.
Member Function Documentation
◆ canDial()
|
overridevirtual |
Reimplemented from JobDialer< BodyProducer >.
Definition at line 73 of file BodyPipe.cc.
References UnaryMemFunT< BodyProducer, BodyPipe::Pointer >::arg1, AsyncCall::cancel(), JobDialer< BodyProducer >::canDial(), AsyncCall::debugLevel, debugs, AsyncCall::debugSection, JobDialer< BodyProducer >::job, BodyPipe::status(), and BodyPipe::stillProducing().
◆ dial()
|
inherited |
Definition at line 35 of file AsyncJobCalls.h.
◆ doDial()
|
inlineoverrideprotectedvirtualinherited |
Implements JobDialer< BodyProducer >.
Definition at line 122 of file AsyncJobCalls.h.
◆ print()
|
inlineoverridevirtualinherited |
Implements CallDialer.
Definition at line 115 of file AsyncJobCalls.h.
Member Data Documentation
◆ arg1
|
inherited |
Definition at line 119 of file AsyncJobCalls.h.
◆ job
|
inherited |
Definition at line 37 of file AsyncJobCalls.h.
◆ method
|
inherited |
Definition at line 118 of file AsyncJobCalls.h.
The documentation for this class was generated from the following file:
- src/BodyPipe.cc