The Gaudi Framework
v28r3 (cc1cf868)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IGslSvc.h
Go to the documentation of this file.
1
#ifndef GAUDIGSL_IGSLSVC_H
2
#define GAUDIGSL_IGSLSVC_H 1
3
// Include files
4
#include "
GaudiKernel/IService.h
"
5
// forward declaration
6
class
GslError
;
16
struct
GAUDI_API
IGslSvc
:
extend_interfaces
<IService> {
18
DeclareInterfaceID
(
IGslSvc
,3,0);
19
26
typedef
void
(*GslErrorHandler)
27
(
const
char
*
/* reason */
,
28
const
char
*
/* file */
,
29
int
/* line */
,
30
int
/* code */
);
31
37
virtual
StatusCode
handle
38
(
const
GslError
& error )
const
= 0 ;
39
43
virtual
GslErrorHandler handler ()
const
= 0 ;
44
49
virtual
GslErrorHandler setHandler ( GslErrorHandler handler )
const
= 0 ;
50
55
virtual
StatusCode
status (
const
int
error )
const
= 0 ;
56
57
};
58
59
// ============================================================================
60
// The END
61
// ============================================================================
62
#endif // GAUDIGSL_IGSLSVC_H
63
// ============================================================================
GslError
Helper class to represent GSL errors.
Definition:
GslError.h:16
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
Gaudi::Functional::void
class MergingTransformer< Out(const vector_of_const_< In > void
Definition:
MergingTransformer.h:19
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:26
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:11
IService.h
IGslSvc
The abstract interface to "deal" with GNU Scientific Library (GLS) The main task is the error handlin...
Definition:
IGslSvc.h:16
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
GaudiGSL
GaudiGSL
IGslSvc.h
Generated on Mon Jul 31 2017 07:35:11 for The Gaudi Framework by
1.8.11