Gaudi Framework, version v20r3

Generated: 24 Nov 2008

GaudiGSL Class Reference

#include <GaudiGSL/GaudiGSL.h>

Collaboration diagram for GaudiGSL:

Collaboration graph
[legend]

List of all members.


Detailed Description

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

Author:
Vanya Belyaev Ivan.Belyaev@itep.ru
Date:
29/04/2002

Definition at line 18 of file GaudiGSL.h.


Static Public Member Functions

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

Static Private Attributes

static const IGslSvcs_gslSvc = 0

Member Function Documentation

const IGslSvc * GaudiGSL::gslSvc (  )  [static]

static accessor to Gaudi GSL Service

Returns:
(const) pointer to Gaudi GSL Service

Definition at line 31 of file GaudiGSL.cpp.

00031 { 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 39 of file GaudiGSL.cpp.

00040 { s_gslSvc = value ; return gslSvc() ; };


Member Data Documentation

const IGslSvc * GaudiGSL::s_gslSvc = 0 [static, private]

Definition at line 34 of file GaudiGSL.h.


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

Generated at Mon Nov 24 14:45:18 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004