20 #ifndef MPD_SONG_ENUMERATOR_HXX
21 #define MPD_SONG_ENUMERATOR_HXX
39 virtual std::unique_ptr<DetachedSong>
NextSong() = 0;
virtual ~SongEnumerator()
virtual std::unique_ptr< DetachedSong > NextSong()=0
Obtain the next song.
An object which provides serial access to a number of Song objects.