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