The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <src/PersistencySvc/OutputStreamAgent.h>
Public Member Functions | |
OutputStreamAgent (OutputStream *OutputStream) | |
Standard Constructor. More... | |
bool | analyse (IRegistry *dir, int level) override |
Analysis callback. More... | |
Public Member Functions inherited from IDataStoreAgent | |
virtual | ~IDataStoreAgent ()=default |
destructor More... | |
Private Attributes | |
OutputStream * | m_OutputStream = nullptr |
Reference to data writer. More... | |
Definition at line 30 of file OutputStreamAgent.h.
OutputStreamAgent::OutputStreamAgent | ( | OutputStream * | OutputStream | ) |
Standard Constructor.
Definition at line 22 of file OutputStreamAgent.cpp.
|
overridevirtual |
Analysis callback.
Implements IDataStoreAgent.
Definition at line 25 of file OutputStreamAgent.cpp.
|
private |
Reference to data writer.
Definition at line 33 of file OutputStreamAgent.h.