Gaudi Framework, version v21r7

Home   Generated: 22 Jan 2010

ProcStats::cleanup Struct Reference

List of all members.

Public Member Functions

 cleanup ()
 ~cleanup ()


Detailed Description

Definition at line 37 of file ProcStats.h.


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 Fri Jan 22 20:41:58 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004