kdecore Library API Documentation

KStaticDeleterBase Class Reference

Static deleters are used to manage static resources. More...

#include <kstaticdeleter.h>

Inheritance diagram for KStaticDeleterBase:

KStaticDeleter< type > List of all members.

Public Methods

virtual void destructObject ()
 Should destruct the resources managed by this KStaticDeleterBase.


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

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 >.

Definition at line 7 of file kstaticdeleter.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:20:47 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001