KDECore
KSycocaFactorySingleton< F > Class Template Reference
#include <ksycocafactory.h>
Public Types | |
typedef KSycocaFactoryContainer< F > | C |
Public Member Functions | |
KSycocaFactorySingleton () | |
~KSycocaFactorySingleton () | |
void | instanceCreated (F *newFactory) |
void | instanceDestroyed (F *factory) |
F * | self () |
Detailed Description
template<typename F>
class KSycocaFactorySingleton< F >
Template for making it easier to define a threadsafe singleton for each factory, with support for kbuildsycoca providing a subclass of the factory.
- Since
- 4.3
Definition at line 176 of file ksycocafactory.h.
Member Typedef Documentation
template<typename F >
typedef KSycocaFactoryContainer<F> KSycocaFactorySingleton< F >::C |
Definition at line 179 of file ksycocafactory.h.
Constructor & Destructor Documentation
template<typename F >
|
inline |
Definition at line 180 of file ksycocafactory.h.
template<typename F >
|
inline |
Definition at line 182 of file ksycocafactory.h.
Member Function Documentation
template<typename F >
|
inline |
Definition at line 186 of file ksycocafactory.h.
template<typename F >
|
inline |
Definition at line 192 of file ksycocafactory.h.
template<typename F >
|
inline |
Definition at line 198 of file ksycocafactory.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 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:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.