Gaudi Framework, version v20r3

Generated: 24 Nov 2008

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 Mon Nov 24 14:46:17 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004