GENIEGenerator
Loading...
Searching...
No Matches
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

◆ ~Cleaner()

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

Definition at line 82 of file Cache.h.

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

References genie::Cache::fInstance.

Member Function Documentation

◆ DummyMethodAndSilentCompiler()

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

Definition at line 81 of file Cache.h.

81{ }

Referenced by genie::Cache::Instance().


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