MPD
0.20.6
|
An object which provides serial access to a number of Song objects. More...
#include <SongEnumerator.hxx>
Public Member Functions | |
virtual | ~SongEnumerator () |
virtual std::unique_ptr< DetachedSong > | NextSong ()=0 |
Obtain the next song. More... | |
An object which provides serial access to a number of Song objects.
It is used to enumerate the contents of a playlist file.
Definition at line 31 of file SongEnumerator.hxx.
|
inlinevirtual |
Definition at line 33 of file SongEnumerator.hxx.
|
pure virtual |
Obtain the next song.
Returns nullptr if there are no more songs.
Implemented in MemorySongEnumerator.