KStaticDeleterBase Class Reference
#include <kstaticdeleter.h>
Inheritance diagram for KStaticDeleterBase:
Public Member Functions | |
virtual void | destructObject () |
Detailed Description
Static deleters are used to manage static resources.
They can register themselves with TDEGlobal. TDEGlobal will call destructObject() when TDEGlobal::deleteStaticDeleters() is called or when it the process finishes.
- See also
- KStaticDeleter
- TDEGlobal::registerStaticDeleter()
- TDEGlobal::unregisterStaticDeleter()
- TDEGlobal::deleteStaticDeleters()
Definition at line 39 of file kstaticdeleter.h.
Member Function Documentation
◆ destructObject()
|
virtual |
Should destruct the resources managed by this KStaticDeleterBase.
Usually you also want to call it in your destructor.
Reimplemented in KStaticDeleter< type >.
Definition at line 7 of file kstaticdeleter.cpp.
The documentation for this class was generated from the following files: