The Gaudi Framework  v39r3 (979e3109)
Gaudi::TestSuite::OpaqueProducer Struct Referencefinal
Inheritance diagram for Gaudi::TestSuite::OpaqueProducer:
Collaboration diagram for Gaudi::TestSuite::OpaqueProducer:

Public Member Functions

 OpaqueProducer (const std::string &name, ISvcLocator *svcLoc)
 
Eventually operator() () const override
 

Detailed Description

Definition at line 636 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ OpaqueProducer()

Gaudi::TestSuite::OpaqueProducer::OpaqueProducer ( const std::string name,
ISvcLocator svcLoc 
)
inline

Definition at line 641 of file MakeAndConsume.cpp.

642  : Producer( name, svcLoc, KeyValue( "OutputLocation", "/Event/Eventually" ) ) {}

Member Function Documentation

◆ operator()()

Eventually Gaudi::TestSuite::OpaqueProducer::operator() ( ) const
inlineoverride

Definition at line 644 of file MakeAndConsume.cpp.

644  {
645  always() << "creating Eventually" << endmsg;
646  return Eventually{ this, []( Gaudi::Algorithm const* me ) {
647  me->always() << "My Eventually is about to be destroyed" << endmsg;
648  } };
649  }

The documentation for this struct was generated from the following file:
Gaudi::Functional::Producer
details::Producer< Signature, Traits_, details::isLegacy< Traits_ > > Producer
Definition: Producer.h:37
Gaudi::Algorithm
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:90
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202
ConditionsStallTest.name
name
Definition: ConditionsStallTest.py:77