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 55 of file ProcStats.h.

55 { }
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:95

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