|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Classes | |
| class | TTKAny |
| The class of the ttk any module. More... | |
| class | TTKAny::bad_any_cast |
| struct | TTKAny::_Base |
| struct | TTKAny::_Derived< T > |
Namespaces | |
| TTK | |
| The namespace of the application object. | |
| std | |
Macros | |
| #define | TTKAnyCast(x, y) ((x)(y)) |
Typedefs | |
| template<typename T > | |
| using | TTK::remove_cvr = typename std::remove_cv< typename std::remove_reference< T >::type >::type |
| using | std::any = TTKAny |
Functions | |
| template<typename T , typename... Args> | |
| TTKAny | TTK::make_any (Args &&...args) |
| template<typename T , typename _TYPE = remove_cvr<T>> | |
| _TYPE | TTK::any_cast (const TTKAny &other) |
| template<typename T , typename _TYPE = remove_cvr<T>> | |
| _TYPE | TTK::any_cast (TTKAny &other) |
| template<typename T , typename _TYPE = remove_cvr<T>> | |
| _TYPE | TTK::any_cast (TTKAny &&other) |
| template<typename T , typename _TYPE = remove_cvr<T>> | |
| _TYPE | TTK::any_cast (const TTKAny *const other) noexcept |
| template<typename T , typename _TYPE = remove_cvr<T>> | |
| _TYPE | TTK::any_cast (TTKAny *const other) noexcept |
| void | std::swap (TTKAny &left, TTKAny &right) noexcept |
1.8.8