The Gaudi Framework  master (594c33fa)
ReplayOutputStream::OutStreamAdder Class Reference

Helper class to fill the internal map of OutputStreams. More...

Collaboration diagram for ReplayOutputStream::OutStreamAdder:

Public Member Functions

 OutStreamAdder (ReplayOutputStream *ptr)
 
void operator() (const Gaudi::Utils::TypeNameString &outStream)
 

Private Attributes

ReplayOutputStreamm_ptr
 

Detailed Description

Helper class to fill the internal map of OutputStreams.

Definition at line 46 of file ReplayOutputStream.h.

Constructor & Destructor Documentation

◆ OutStreamAdder()

ReplayOutputStream::OutStreamAdder::OutStreamAdder ( ReplayOutputStream ptr)
inline

Definition at line 48 of file ReplayOutputStream.h.

48 : m_ptr( ptr ) {}

Member Function Documentation

◆ operator()()

void ReplayOutputStream::OutStreamAdder::operator() ( const Gaudi::Utils::TypeNameString outStream)
inline

Definition at line 49 of file ReplayOutputStream.h.

49 { m_ptr->i_addOutputStream( outStream ); }

Member Data Documentation

◆ m_ptr

ReplayOutputStream* ReplayOutputStream::OutStreamAdder::m_ptr
private

Definition at line 52 of file ReplayOutputStream.h.


The documentation for this class was generated from the following file:
ReplayOutputStream::i_addOutputStream
void i_addOutputStream(const Gaudi::Utils::TypeNameString &outStream)
Add a new algorithm to the list of OutputStreams.
Definition: ReplayOutputStream.cpp:181
ReplayOutputStream::OutStreamAdder::m_ptr
ReplayOutputStream * m_ptr
Definition: ReplayOutputStream.h:52