TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Classes | Macros
ttksingleton.h File Reference
#include <QMutex>
#include <QScopedPointer>
#include "ttkmoduleexport.h"

Go to the source code of this file.

Classes

class  TTKSingleton< T >
 The class of the singleton base. More...
 

Macros

#define TTK_DECLARE_SINGLETON_CLASS(Class)
 
                                         //

Singleton Macro // // More...

 

Macro Definition Documentation

#define TTK_DECLARE_SINGLETON_CLASS (   Class)
Value:
friend class TTKSingleton<Class>; \
friend struct QScopedPointerDeleter<Class>;
The class of the singleton base.
Definition: ttksingleton.h:30

                                         //

Singleton Macro // //

Definition at line 86 of file ttksingleton.h.