|
Functions |
| bool | CompareSongPointersBySortValueAscending (const Song *pSong1, const Song *pSong2) |
| bool | CompareSongPointersBySortValueDescending (const Song *pSong1, const Song *pSong2) |
| bool | CompareSongPointersByTitle (const Song *pSong1, const Song *pSong2) |
| bool | CompareSongPointersByBPM (const Song *pSong1, const Song *pSong2) |
| void | AppendOctal (int n, int digits, CString &out) |
| bool | CompDescending (const pair< Song *, CString > &a, const pair< Song *, CString > &b) |
| int | CompareSongPointersByGroup (const Song *pSong1, const Song *pSong2) |
| int | CompareSongPointersByGroupAndTitle (const Song *pSong1, const Song *pSong2) |
Variables |
| map< const Song *, CString > | song_sort_val |