Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Static Public Member Functions | Static Private Attributes

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>

Collaboration diagram for GaudiGSL:
Collaboration graph
[legend]

List of all members.

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
 define the initial value for static variable

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 20 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.

{ 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.

{ s_gslSvc = value ; return gslSvc() ; }

Member Data Documentation

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

define the initial value for static variable

Definition at line 36 of file GaudiGSL.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:25:21 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004