The Gaudi Framework
v29r0 (ff2e7097)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IPartitionControl.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IPARTITIONCONTROL_H
2
#define GAUDIKERNEL_IPARTITIONCONTROL_H
3
4
// Framework include files
5
#include "
GaudiKernel/IInterface.h
"
6
7
// C++ include files
8
#include <string>
9
66
class
GAUDI_API
IPartitionControl
:
virtual
public
IInterface
67
{
68
public
:
70
DeclareInterfaceID
(
IPartitionControl
, 1, 0 );
71
73
84
virtual
StatusCode
create(
const
std::string
&
name
,
const
std::string
&
type
) = 0;
85
87
99
virtual
StatusCode
create(
const
std::string
& name,
const
std::string
& type,
IInterface
*& pPartition ) = 0;
100
102
110
virtual
StatusCode
drop(
const
std::string
& name ) = 0;
111
113
123
virtual
StatusCode
drop(
IInterface
* pPartition ) = 0;
124
126
136
virtual
StatusCode
activate(
const
std::string
& name ) = 0;
137
139
152
virtual
StatusCode
activate(
IInterface
* pPartition ) = 0;
153
155
162
virtual
StatusCode
get
(
const
std::string
&
name
,
IInterface
*& pPartition )
const
= 0;
163
165
172
virtual
StatusCode
activePartition(
std::string
& name,
IInterface
*& pPartition )
const
= 0;
173
174
// Return codes:
175
enum
{ PARTITION_NOT_PRESENT = 2, PARTITION_EXISTS = 4, NO_ACTIVE_PARTITION = 6 };
176
};
177
#endif // GAUDIKERNEL_IPARTITIONCONTROL_H
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:32
std::string
STL class.
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:28
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:13
IInterface
Definition of the basic interface.
Definition:
IInterface.h:277
gaudirun.type
type
Definition:
gaudirun.py:133
IPartitionControl
Create / access partitions.
Definition:
IPartitionControl.h:66
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:110
IInterface.h
GaudiKernel
GaudiKernel
IPartitionControl.h
Generated on Tue Sep 26 2017 11:39:05 for The Gaudi Framework by
1.8.11