Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ4_MESSAGE_H
26 #define _MUSICBRAINZ4_MESSAGE_H
33 #include "musicbrainz4/xmlParser.h"
35 namespace MusicBrainz4
37 class CMessagePrivate;
49 std::string
Text()
const;
51 virtual std::ostream&
Serialise(std::ostream& os)
const;
55 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
59 CMessagePrivate *
const m_d;