The Gaudi Framework  v36r9 (fd2bdac3)
ProcStats::cleanup Struct Reference

Public Member Functions

 cleanup ()
 
 ~cleanup ()
 

Detailed Description

Definition at line 61 of file ProcStats.h.

Constructor & Destructor Documentation

◆ cleanup()

ProcStats::cleanup::cleanup ( )
inline

Definition at line 62 of file ProcStats.h.

62 {}

◆ ~cleanup()

ProcStats::cleanup::~cleanup ( )

Definition at line 242 of file ProcStats.cpp.

242  {
243  if ( ProcStats::inst != 0 ) {
244  delete ProcStats::inst;
245  ProcStats::inst = 0;
246  }
247 }

The documentation for this struct was generated from the following files:
ProcStats::inst
static ProcStats * inst
Definition: ProcStats.h:111