The Gaudi Framework  v30r3 (a5ef0a68)
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 39 of file ReplayOutputStream.h.

Constructor & Destructor Documentation

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

Definition at line 42 of file ReplayOutputStream.h.

42 : m_ptr( ptr ) {}

Member Function Documentation

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

Definition at line 43 of file ReplayOutputStream.h.

43 { m_ptr->i_addOutputStream( outStream ); }
void i_addOutputStream(const Gaudi::Utils::TypeNameString &outStream)
Add a new algorithm to the list of OutputStreams.

Member Data Documentation

ReplayOutputStream* ReplayOutputStream::OutStreamAdder::m_ptr
private

Definition at line 46 of file ReplayOutputStream.h.


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