Public Member Functions | List of all members
genie::Cache::Cleaner Struct Reference

proper de-allocation of the singleton object More...

Public Member Functions

void DummyMethodAndSilentCompiler ()
 
 ~Cleaner ()
 

Detailed Description

proper de-allocation of the singleton object

Definition at line 80 of file Cache.h.

Constructor & Destructor Documentation

genie::Cache::Cleaner::~Cleaner ( )
inline

Definition at line 82 of file Cache.h.

82  {
83  if (Cache::fInstance !=0) {
84  delete Cache::fInstance;
85  Cache::fInstance = 0;
86  }
87  }
static Cache * fInstance
singleton instance
Definition: Cache.h:68

Member Function Documentation

void genie::Cache::Cleaner::DummyMethodAndSilentCompiler ( )
inline

Definition at line 81 of file Cache.h.

81 { }

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