|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Public Member Functions | |
| cleanup () | |
| ~cleanup () | |
Definition at line 49 of file ProcStats.h.
| ProcStats::cleanup::cleanup | ( | ) | [inline] |
Definition at line 51 of file ProcStats.h.
{ }
| ProcStats::cleanup::~cleanup | ( | ) |
Definition at line 233 of file ProcStats.cpp.
{
if(ProcStats::inst!=0) {
delete ProcStats::inst;
ProcStats::inst=0;
}
}