TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | List of all members
TTKAbstractWriteInterface< T > Class Template Referenceabstract

The class of the write interface. More...

#include <ttkabstractbufferinterface.h>

+ Inheritance diagram for TTKAbstractWriteInterface< T >:

Public Member Functions

virtual ~TTKAbstractWriteInterface ()=default
 
virtual bool writeBuffer (const T &items)=0
 

Detailed Description

template<typename T>
class TTKAbstractWriteInterface< T >

The class of the write interface.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 49 of file ttkabstractbufferinterface.h.

Constructor & Destructor Documentation

template<typename T>
virtual TTKAbstractWriteInterface< T >::~TTKAbstractWriteInterface ( )
virtualdefault

Object destructor.

Member Function Documentation

template<typename T>
virtual bool TTKAbstractWriteInterface< T >::writeBuffer ( const T items)
pure virtual

Write datas into buffer. Subclass should implement this function.

Implemented in MusicSkinConfigManager, MusicFMConfigManager, MusicConfigManager, MusicDownloadRecordConfigManager, and MusicSongSearchRecordConfigManager.


The documentation for this class was generated from the following file: