class KStaticDeleterBase
|
Static deleters are used to manage static resources. More... |
|
|
Public Methods
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()
~KStaticDeleterBase ()
| ~KStaticDeleterBase |
[virtual]
void destructObject ()
| destructObject |
[virtual]
Should destruct the resources managed by this KStaticDeleterBase.
Usually you also want to call it in your destructor.
See also: KGlobal::deleteStaticDeleters()
Generated by: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $. |