TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the ttk defer module. More...
#include <ttkdefer.h>
Public Member Functions | |
_ScopeGuard (Function &&f) | |
_ScopeGuard (_ScopeGuard &&rhs) | |
~_ScopeGuard () | |
Private Attributes | |
Function | m_fun |
The class of the ttk defer module.
Definition at line 29 of file ttkdefer.h.
|
inline |
Object constructor.
Definition at line 35 of file ttkdefer.h.
|
inline |
Definition at line 41 of file ttkdefer.h.
|
inline |
Object destructor.
Definition at line 50 of file ttkdefer.h.
References _ScopeGuard< Function >::m_fun.
|
private |
Definition at line 61 of file ttkdefer.h.
Referenced by _ScopeGuard< Function >::~_ScopeGuard().