The Gaudi Framework  v30r3 (a5ef0a68)
ProcStats::cleanup Struct Reference

Public Member Functions

 cleanup ()
 
 ~cleanup ()
 

Detailed Description

Definition at line 53 of file ProcStats.h.

Constructor & Destructor Documentation

ProcStats::cleanup::cleanup ( )
inline

Definition at line 54 of file ProcStats.h.

54 {}
ProcStats::cleanup::~cleanup ( )

Definition at line 232 of file ProcStats.cpp.

233 {
234  if ( ProcStats::inst != 0 ) {
235  delete ProcStats::inst;
236  ProcStats::inst = 0;
237  }
238 }
static ProcStats * inst
Definition: ProcStats.h:109

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