Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiCommonSvc
src
PersistencySvc
OutputStreamAgent.h
Go to the documentation of this file.
1
//====================================================================
2
// OutputStreamAgent.h
3
//--------------------------------------------------------------------
4
//
5
// Package : (The LHCb PersistencySvc service)
6
//
7
// Description: Definition the OutputStream Agent
8
//
9
// Author : M.Frank
10
// Created : 13/1/99
11
// Changes :
12
//
13
//====================================================================
14
#ifndef PERSISTENCYSVC_OUTPUTSTREAMAGENT_H
15
#define PERSISTENCYSVC_OUTPUTSTREAMAGENT_H
16
17
// Framework includes
18
#include "
GaudiKernel/IDataStoreAgent.h
"
19
// Foreward declarations
20
class
IRegistry
;
21
class
OutputStream
;
22
30
class
OutputStreamAgent
:
virtual
public
IDataStoreAgent
{
32
OutputStream
*
m_OutputStream
;
33
public
:
35
OutputStreamAgent
(
OutputStream
*
OutputStream
);
37
virtual
~OutputStreamAgent
();
39
virtual
bool
analyse
(
IRegistry
* dir,
int
level
);
40
};
41
#endif // PERSISTENCYSVC_OUTPUTSTREAMAGENT_H
Generated at Wed Jan 30 2013 17:13:38 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004