The Gaudi Framework  v36r9 (fd2bdac3)
Gaudi::Examples::VoidConsumer Struct Referencefinal
Inheritance diagram for Gaudi::Examples::VoidConsumer:
Collaboration diagram for Gaudi::Examples::VoidConsumer:

Public Member Functions

void operator() () const override
 

Detailed Description

Definition at line 382 of file MakeAndConsume.cpp.

Member Function Documentation

◆ operator()()

void Gaudi::Examples::VoidConsumer::operator() ( ) const
inlineoverride

Definition at line 386 of file MakeAndConsume.cpp.

386 { info() << "executing VoidConsumer" << endmsg; }

The documentation for this struct was generated from the following file:
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:203