Searched defs:SongKey (Results 1 – 1 of 1) sorted by relevance
135 struct SongKey struct140 SongKey() {} in SongKey() function141 SongKey(const wstring& path) : path(path) in SongKey() function145 SongKey(const wstring& path, const int& cue_track) : path(path), cue_track(cue_track) in SongKey() function149 SongKey(const SongInfo& song_info) in SongKey() argument176 struct hash<SongKey> { argument