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