|
YCLIMP
Yandex Command Line Interface Music Player
|
The DataBaseTrack - track representation in Database. More...
#include <TrackDao.hpp>
Public Member Functions | |
| DBTrack (int id, int playlistId, std::string fromType, std::string locationId, std::string fsPath, std::string name, int inode) | |
Public Attributes | |
| int | id |
| int | playlistId |
| std::string | fromType |
| std::string | locationId |
| std::string | fsPath |
| std::string | name |
| int | inode |
The DataBaseTrack - track representation in Database.