The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::TestSuite::ToolConsumer Struct Referencefinal
Inheritance diagram for Gaudi::TestSuite::ToolConsumer:
Collaboration diagram for Gaudi::TestSuite::ToolConsumer:

Public Member Functions

 ToolConsumer (const std::string &name, ISvcLocator *svcLoc)
 
void operator() (IMyTool const &tool) const override
 

Detailed Description

Definition at line 62 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ ToolConsumer()

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

Definition at line 63 of file MakeAndConsume.cpp.

64 : Consumer( name, svcLoc, KeyValue{ "MyTool", "MyExampleTool" } ) {}
details::Consumer< Signature, Traits_, details::isLegacy< Traits_ > > Consumer
Definition Consumer.h:69

Member Function Documentation

◆ operator()()

void Gaudi::TestSuite::ToolConsumer::operator() ( IMyTool const & tool) const
inlineoverride

Definition at line 66 of file MakeAndConsume.cpp.

66{ tool(); }

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