Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DynamicPluggableFactory::Cleaner Struct Reference

List of all members.

Public Member Functions

void UseMe ()
 ~Cleaner ()

Constructor & Destructor Documentation

DynamicPluggableFactory::Cleaner::~Cleaner  )  [inline]
 

Definition at line 50 of file DynamicPluggableFactory.h.

References DynamicPluggableFactory::fsTheInstance.

00050                {
00051        if (DynamicPluggableFactory::fsTheInstance != 0) {
00052          delete DynamicPluggableFactory::fsTheInstance;
00053          DynamicPluggableFactory::fsTheInstance = 0;
00054    } } };


Member Function Documentation

void DynamicPluggableFactory::Cleaner::UseMe  )  [inline]
 

Definition at line 49 of file DynamicPluggableFactory.h.

Referenced by DynamicPluggableFactory::GetInstance().

00049 { }                  // Dummy method to quiet compiler


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:09:09 2010 for loon by  doxygen 1.3.9.1