KDE3Support
K3StaticDeleterBase Class Reference
#include <k3staticdeleter.h>
Inheritance diagram for K3StaticDeleterBase:
Public Member Functions | |
virtual | ~K3StaticDeleterBase () |
virtual void | destructObject () |
Detailed Description
Base class for K3StaticDeleter.
Don't use this class directly; this class is used as a base class for the K3StaticDeleter template to allow polymorphism.
- See also
- K3StaticDeleter
- K3StaticDeleterHelpers::registerStaticDeleter()
- K3StaticDeleterHelpers::unregisterStaticDeleter()
- K3StaticDeleterHelpers::deleteStaticDeleters()
Definition at line 68 of file k3staticdeleter.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 84 of file k3staticdeleter.cpp.
Member Function Documentation
|
virtual |
Should destruct the resources managed by this K3StaticDeleterBase.
Usually you also want to call it in your destructor.
Reimplemented in K3StaticDeleter< type >.
Definition at line 88 of file k3staticdeleter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.