Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ4_USER_RATING_H
26 #define _MUSICBRAINZ4_USER_RATING_H
32 #include "musicbrainz4/xmlParser.h"
34 namespace MusicBrainz4
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;