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

PlexLoanPool::Cleaner Struct Reference

List of all members.

Public Member Functions

void ClassIsUsed ()
 ~Cleaner ()

Constructor & Destructor Documentation

PlexLoanPool::Cleaner::~Cleaner  )  [inline]
 

Definition at line 57 of file PlexLoanPool.h.

References PlexLoanPool::fgInstance.

00057                  {
00058          if (PlexLoanPool::fgInstance!=0) {
00059             delete PlexLoanPool::fgInstance;
00060             PlexLoanPool::fgInstance = 0;
00061          }
00062       }


Member Function Documentation

void PlexLoanPool::Cleaner::ClassIsUsed  )  [inline]
 

Definition at line 56 of file PlexLoanPool.h.

Referenced by PlexLoanPool::Instance().

00056 { }; // dummy method to keep compilers quiet


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