Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ5_ANNOTATION_H
26 #define _MUSICBRAINZ5_ANNOTATION_H
33 #include "musicbrainz5/xmlParser.h"
35 namespace MusicBrainz5
37 class CAnnotationPrivate;
49 std::string
Type()
const;
50 std::string
Entity()
const;
51 std::string
Name()
const;
52 std::string
Text()
const;
54 virtual std::ostream&
Serialise(std::ostream& os)
const;
58 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
62 CAnnotationPrivate *
const m_d;