Go to the documentation of this file.
26 #ifndef _MUSICBRAINZ5_RELATION_LIST_H
27 #define _MUSICBRAINZ5_RELATION_LIST_H
34 #include "musicbrainz5/xmlParser.h"
39 class CRelationListPrivate;
53 virtual std::ostream&
Serialise(std::ostream& os)
const;
57 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
61 CRelationListPrivate *
const m_d;
virtual std::ostream & Serialise(std::ostream &os) const
std::string TargetType() const
Definition: ListImpl.h:34
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
static std::string GetElementName()
virtual void ParseElement(const XMLNode &Node)
CRelationList & operator=(const CRelationList &Other)
CRelationList(const XMLNode &Node)
virtual CRelationList * Clone()
Definition: RelationList.h:41