The Gaudi Framework
v30r3 (a5ef0a68)
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 )(
const
char
*
/* reason */
,
const
char
*
/* file */
,
int
/* line */
,
27
int
/* code */
);
28
34
virtual
StatusCode
handle(
const
GslError
& error )
const
= 0;
35
39
virtual
GslErrorHandler handler()
const
= 0;
40
45
virtual
GslErrorHandler setHandler( GslErrorHandler handler )
const
= 0;
46
51
virtual
StatusCode
status(
const
int
error )
const
= 0;
52
};
53
54
// ============================================================================
55
// The END
56
// ============================================================================
57
#endif // GAUDIGSL_IGSLSVC_H
58
// ============================================================================
GslError
Helper class to represent GSL errors.
Definition:
GslError.h:16
Gaudi::Functional::void
class MergingTransformer< Out(const vector_of_const_< In > void
Definition:
MergingTransformer.h:23
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:51
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
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:5
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:104
GaudiGSL
GaudiGSL
IGslSvc.h
Generated on Wed Aug 1 2018 23:20:56 for The Gaudi Framework by
1.8.11