The Gaudi Framework  v31r0 (aeb156f0)
ProcStats::cleanup Struct Reference

Public Member Functions

 cleanup ()
 
 ~cleanup ()
 

Detailed Description

Definition at line 51 of file ProcStats.h.

Constructor & Destructor Documentation

ProcStats::cleanup::cleanup ( )
inline

Definition at line 52 of file ProcStats.h.

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

Definition at line 232 of file ProcStats.cpp.

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

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