Definition at line 720 of file MakeAndConsume.cpp.
◆ OpaqueProducer()
| Gaudi::TestSuite::OpaqueProducer::OpaqueProducer |
( |
const std::string & | name, |
|
|
ISvcLocator * | svcLoc ) |
|
inline |
Definition at line 725 of file MakeAndConsume.cpp.
726 :
Producer( name, svcLoc, {
"OutputLocation",
"/Event/Eventually" } ) {}
details::Producer< Signature, Traits_, details::isLegacy< Traits_ > > Producer
◆ operator()()
| Eventually Gaudi::TestSuite::OpaqueProducer::operator() |
( |
| ) |
const |
|
inlineoverride |
Definition at line 728 of file MakeAndConsume.cpp.
728 {
729 always() <<
"creating Eventually" <<
endmsg;
730 return Eventually{ this, []( Gaudi::Algorithm const* me ) {
731 me->always() <<
"My Eventually is about to be destroyed" <<
endmsg;
732 } };
733 }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
The documentation for this struct was generated from the following file: