Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

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:

Generated at Mon May 3 12:26:05 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004