Home
last modified time | relevance | path

Searched defs:MutableSong (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dmutable_song.h30 struct MutableSong : public Song struct
32 typedef void (MutableSong::*SetFunction)(const std::string &, unsigned); argument
34 MutableSong() : m_mtime(0), m_duration(0) { } in MutableSong() argument
35 MutableSong(Song s) : Song(s), m_mtime(0), m_duration(0) { } in MutableSong() argument
75 struct Tag
98 std::string getTag(mpd_tag_type tag_type, F orig_value, unsigned idx) const { in getTag()
108 std::string m_name;
109 time_t m_mtime;
110 unsigned m_duration;
111 std::map<Tag, std::string> m_tags;