The Gaudi Framework  master (e44094cc)
Loading...
Searching...
No Matches
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: