The Gaudi Framework  v30r3 (a5ef0a68)
GaudiGSL Class Reference

Helper class to get (static) access to Gaudi GSL Service General users are not supposed to use it. More...

#include <GaudiGSL/GaudiGSL.h>

Static Public Member Functions

static const IGslSvcgslSvc ()
 static accessor to Gaudi GSL Service More...
 
static const IGslSvcsetGslSvc (const IGslSvc *value)
 set new value for static Gaudi GSL Service More...
 

Detailed Description

Helper class to get (static) access to Gaudi GSL Service General users are not supposed to use it.

Author
Vanya Belyaev Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
Date
29/04/2002

Definition at line 17 of file GaudiGSL.h.

Member Function Documentation

const IGslSvc * GaudiGSL::gslSvc ( )
static

static accessor to Gaudi GSL Service

Returns
(const) pointer to Gaudi GSL Service

Definition at line 30 of file GaudiGSL.cpp.

30 { return s_gslSvc; }
const IGslSvc * GaudiGSL::setGslSvc ( const IGslSvc value)
static

set new value for static Gaudi GSL Service

Returns
(const) pointer to Gaudi GSL Service

Definition at line 38 of file GaudiGSL.cpp.

39 {
40  s_gslSvc = value;
41  return gslSvc();
42 }
static const IGslSvc * gslSvc()
static accessor to Gaudi GSL Service
Definition: GaudiGSL.cpp:30

The documentation for this class was generated from the following files: