Gaudi Framework, version v20r4

Generated: 8 Jan 2009

ProcStats::cleanup Struct Reference

List of all members.


Detailed Description

Definition at line 37 of file ProcStats.h.


Public Member Functions

 cleanup ()
 ~cleanup ()

Constructor & Destructor Documentation

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

Definition at line 39 of file ProcStats.h.

00039 { }

ProcStats::cleanup::~cleanup (  ) 

Definition at line 62 of file ProcStats.cpp.

00062                            {
00063   if(ProcStats::inst!=0)  {
00064     delete ProcStats::inst;
00065     ProcStats::inst=0;
00066   }
00067 }


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

Generated at Thu Jan 8 17:52:14 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004