Gaudi Framework, version v23r5
Home
Generated: Wed Nov 28 2012
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
GaudiKernel
GaudiKernel
IIoComponentMgr.h
Go to the documentation of this file.
1
2
// IIoComponentMgr.h
3
// Header file for class IIoComponentMgr
4
// Author: S.Binet<binet@cern.ch>
6
#ifndef GAUDIKERNEL_IIOCOMPONENTMGR_H
7
#define GAUDIKERNEL_IIOCOMPONENTMGR_H 1
8
12
// STL includes
13
#include <
string
>
14
15
// GaudiKernel includes
16
#include "
GaudiKernel/INamedInterface.h
"
17
#include "
GaudiKernel/StatusCode.h
"
18
19
// forward declare
20
class
IIoComponent
;
21
22
class
GAUDI_API
IIoComponentMgr
:
virtual
public
INamedInterface
23
{
24
public
:
25
DeclareInterfaceID
(
IIoComponentMgr
,1,0);
26
28
// Public enums:
30
public
:
31
struct
IoMode
{
32
enum
Type
{
33
Input = 0,
34
Output
35
};
36
};
37
39
// Public methods:
41
public
:
42
45
virtual
~
IIoComponentMgr
();
46
53
virtual
54
StatusCode
io_register (
IIoComponent
* iocomponent) = 0;
55
62
virtual
63
StatusCode
io_register (
IIoComponent
* iocomponent,
64
IIoComponentMgr::IoMode::Type
iomode,
65
const
std::string
& fname) = 0;
66
69
virtual
70
bool
io_hasitem (
IIoComponent
* iocomponent)
const
= 0;
71
75
virtual
76
bool
io_contains (
IIoComponent
* iocomponent,
77
const
std::string
& fname)
const
= 0;
78
82
virtual
83
StatusCode
io_retrieve (
IIoComponent
* iocomponent,
84
std::string
& fname) = 0;
85
90
virtual
91
StatusCode
io_reinitialize () = 0;
92
97
virtual
98
StatusCode
io_finalize () = 0;
99
100
};
101
102
103
#endif //> !GAUDIKERNEL_IIOCOMPONENTMGR_H
Generated at Wed Nov 28 2012 12:17:13 for Gaudi Framework, version v23r5 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004