The Gaudi Framework
v27r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IThreadPoolSvc.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_ITHREADPOOLSVC_H
2
#define GAUDIKERNEL_ITHREADPOOLSVC_H
3
4
#include "
GaudiKernel/IInterface.h
"
5
#include "
GaudiKernel/IThreadInitTool.h
"
6
#include <vector>
7
8
//---------------------------------------------------------------------------
9
19
//---------------------------------------------------------------------------
20
21
class
GAUDI_API
IThreadPoolSvc
:
virtual
public
IInterface
{
22
public
:
23
25
DeclareInterfaceID
(
IThreadPoolSvc
,1,0);
26
27
virtual
StatusCode
initPool(
const
int
& poolSize) = 0;
28
29
virtual
int
poolSize()
const
= 0;
30
31
virtual
std::vector<IThreadInitTool*>
getThreadInitTools()
const
= 0;
32
33
};
34
35
#endif
IThreadPoolSvc
IThreadPoolSvc GaudiKernel/IThreadPoolSvc.h.
Definition:
IThreadPoolSvc.h:21
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:26
IInterface
Definition of the basic interface.
Definition:
IInterface.h:234
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:14
std::vector
STL class.
IThreadInitTool.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
IInterface.h
GaudiKernel
GaudiKernel
IThreadPoolSvc.h
Generated on Tue Mar 15 2016 17:04:17 for The Gaudi Framework by
1.8.9.1