Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

ProcStats::cleanup Struct Reference

List of all members.

Public Member Functions

 cleanup ()
 ~cleanup ()

Detailed Description

Definition at line 49 of file ProcStats.h.


Constructor & Destructor Documentation

ProcStats::cleanup::cleanup (  )  [inline]

Definition at line 51 of file ProcStats.h.

00051 { }

ProcStats::cleanup::~cleanup (  ) 

Definition at line 67 of file ProcStats.cpp.

00067                            {
00068   if(ProcStats::inst!=0)  {
00069     delete ProcStats::inst;
00070     ProcStats::inst=0;
00071   }
00072 }


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

Generated at Wed Feb 9 16:31:38 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004