

Public Types | |
typedef UnaryMemFunT< BodyProducer, BodyPipe::Pointer > | Parent |
typedef void(Job::* | Method) (BodyPipe::Pointer) |
typedef Job | DestClass |
typedef CbcPointer< Job > | JobPointer |
Public Member Functions | |
BodyProducerDialer (const BodyProducer::Pointer &aProducer, 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 45 of file BodyPipe.cc.
Member Typedef Documentation
◆ DestClass
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()
|
virtual |
Reimplemented from JobDialer< Job >.
Definition at line 73 of file BodyPipe.cc.
References UnaryMemFunT< BodyProducer, BodyPipe::Pointer >::arg1, AsyncCall::cancel(), JobDialer< Job >::canDial(), AsyncCall::debugLevel, debugs, AsyncCall::debugSection, JobDialer< Job >::job, BodyPipe::status(), and BodyPipe::stillProducing().
◆ dial()
Definition at line 170 of file AsyncJobCalls.h.
References debugs, AsyncCall::debugSection, and AsyncCall::name.
◆ doDial()
|
inlineprotectedvirtualinherited |
Implements JobDialer< Job >.
Definition at line 122 of file AsyncJobCalls.h.
◆ print()
|
inlinevirtualinherited |
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.
Referenced by canDial(), BodyConsumerDialer::canDial(), NullaryMemFunT< Job >::doDial(), and UnaryMemFunT< Job, Data, Argument1 >::doDial().
◆ method
|
inherited |
Definition at line 118 of file AsyncJobCalls.h.
The documentation for this class was generated from the following file:
- src/BodyPipe.cc