![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiGSL/GaudiGSL.h>
Collaboration diagram for GaudiGSL:

Definition at line 18 of file GaudiGSL.h.
Static Public Member Functions | |
| static const IGslSvc * | gslSvc () |
| static accessor to Gaudi GSL Service | |
| static const IGslSvc * | setGslSvc (const IGslSvc *value) |
| set new value for static Gaudi GSL Service | |
Static Private Attributes | |
| static const IGslSvc * | s_gslSvc |
| const IGslSvc * GaudiGSL::gslSvc | ( | ) | [static] |
static accessor to Gaudi GSL Service
Definition at line 31 of file GaudiGSL.cpp.
References s_gslSvc.
Referenced by GslErrorHandlers::handleTheError(), and setGslSvc().
00031 { return s_gslSvc ; }
set new value for static Gaudi GSL Service
Definition at line 39 of file GaudiGSL.cpp.
References gslSvc(), and s_gslSvc.
Referenced by GslSvc::finalize(), and GslSvc::initialize().
const IGslSvc * GaudiGSL::s_gslSvc [static, private] |