Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DSongInfo.h135 struct SongKey struct
140 SongKey() {} in SongKey() argument
141 SongKey(const wstring& path) : path(path) in SongKey() argument
145 SongKey(const wstring& path, const int& cue_track) : path(path), cue_track(cue_track) in SongKey() function
149 SongKey(const SongInfo& song_info) in SongKey() function
176 struct hash<SongKey> { argument