Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ4_RELATION_LIST_H
26 #define _MUSICBRAINZ4_RELATION_LIST_H
33 #include "musicbrainz4/xmlParser.h"
35 namespace MusicBrainz4
38 class CRelationListPrivate;
52 virtual std::ostream&
Serialise(std::ostream& os)
const;
56 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
60 CRelationListPrivate *
const m_d;