|
kodi
|
#include "Artist.h"#include "XBDateTime.h"#include "music/tags/ReplayGain.h"#include "utils/EmbeddedArt.h"#include "utils/ISerializable.h"#include <map>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | CGenre |
| Class to store and read album information from CMusicDatabase. More... | |
| class | CSong |
| Class to store and read song information from CMusicDatabase. More... | |
Typedefs | |
| typedef std::vector< CSong > | VECSONGS |
| A vector of CSong objects, used for CMusicDatabase. More... | |
| typedef std::map< std::string, VECSONGS > | MAPSONGS |
| A map of a vector of CSong objects key by filename, used for CMusicDatabase. | |
| typedef std::vector< CGenre > | VECGENRES |
| A vector of std::string objects, used for CMusicDatabase. More... | |
1.8.13