Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ5_USER_RATING_H
26 #define _MUSICBRAINZ5_USER_RATING_H
32 #include "musicbrainz5/xmlParser.h"
34 namespace MusicBrainz5
36 class CUserRatingPrivate;
50 virtual std::ostream&
Serialise(std::ostream& os)
const;
54 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
58 CUserRatingPrivate *
const m_d;