The Gaudi Framework  v36r11 (bdb84f5f)
Gaudi::Examples::MyConsumerTool Struct Referencefinal
Inheritance diagram for Gaudi::Examples::MyConsumerTool:
Collaboration diagram for Gaudi::Examples::MyConsumerTool:

Classes

class  BoundInstance
 

Public Member Functions

 MyConsumerTool (std::string type, std::string name, const IInterface *parent)
 

Detailed Description

Definition at line 41 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ MyConsumerTool()

Gaudi::Examples::MyConsumerTool::MyConsumerTool ( std::string  type,
std::string  name,
const IInterface parent 
)
inline

Definition at line 42 of file MakeAndConsume.cpp.

43  : ToolBinder{ std::move( type ), std::move( name ), parent, KeyValue{ "MyInt", "/Event/MyInt" },
44  construct<BoundInstance>( this ) } {}

The documentation for this struct was generated from the following file:
std::move
T move(T... args)
Gaudi::Functional::ToolBinder
details::ToolBinder< Signature, Traits_ > ToolBinder
Definition: FunctionalTool.h:86
TimingHistograms.name
name
Definition: TimingHistograms.py:25
gaudirun.type
type
Definition: gaudirun.py:160