xbmc
Classes | Typedefs
Song.h File Reference
#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>
Include dependency graph for Song.h:
This graph shows which files directly or indirectly include this file:

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< CSongVECSONGS
 A vector of CSong objects, used for CMusicDatabase. More...
 
typedef std::map< std::string, VECSONGSMAPSONGS
 A map of a vector of CSong objects key by filename, used for CMusicDatabase.
 
typedef std::vector< CGenreVECGENRES
 A vector of std::string objects, used for CMusicDatabase. More...