The Gaudi Framework  master (adcf1ca6)
Loading...
Searching...
No Matches
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 694 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ OpaqueProducer()

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

Definition at line 699 of file MakeAndConsume.cpp.

700 : Producer( name, svcLoc, KeyValue( "OutputLocation", "/Event/Eventually" ) ) {}
details::Producer< Signature, Traits_, details::isLegacy< Traits_ > > Producer
Definition Producer.h:37

Member Function Documentation

◆ operator()()

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

Definition at line 702 of file MakeAndConsume.cpp.

702 {
703 always() << "creating Eventually" << endmsg;
704 return Eventually{ this, []( Gaudi::Algorithm const* me ) {
705 me->always() << "My Eventually is about to be destroyed" << endmsg;
706 } };
707 }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition MsgStream.h:198

The documentation for this struct was generated from the following file: