ProcStats::cleanup Struct Reference

Public Member Functions

 cleanup ()
 
 ~cleanup ()
 

Detailed Description

Definition at line 52 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 230 of file ProcStats.cpp.

230  {
231  if(ProcStats::inst!=0) {
232  delete ProcStats::inst;
233  ProcStats::inst=0;
234  }
235 }
static ProcStats * inst
Definition: ProcStats.h:94

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