Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KStaticDeleterBase Class Reference

#include <kstaticdeleter.h>

Inheritance diagram for KStaticDeleterBase:

KStaticDeleter< type > List of all members.

Public Methods

virtual void destructObject ()

Detailed Description

Static deleters are used to manage static resources. They can register themselves with @KGlobal. KGlobal will call destructObject() when KGlobal::deleteStaticDeleters() is called or when it the process finishes.

See also:
KStaticDeleter , KGlobal::registerStaticDeleter() , KGlobal::unregisterStaticDeleter() , KGlobal::deleteStaticDeleters()

Definition at line 39 of file kstaticdeleter.h.


Member Function Documentation

virtual void KStaticDeleterBase::destructObject   [virtual]
 

Should destruct the resources managed by this KStaticDeleterBase. Usually you also want to call it in your destructor.

See also:
KGlobal::deleteStaticDeleters()

Reimplemented in KStaticDeleter< type >.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:25 2003 for kdelibs by doxygen1.2.18