Gaudi Framework, version v20r2

Generated: 18 Jul 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.

References ProcStats::inst.

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 Jul 18 12:09:01 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004