25 #ifndef _MUSICBRAINZ5_SECONDARY_TYPE_LIST_H
26 #define _MUSICBRAINZ5_SECONDARY_TYPE_LIST_H
33 #include "musicbrainz5/xmlParser.h"
35 namespace MusicBrainz5
38 class CSecondaryTypeListPrivate;
50 virtual std::ostream&
Serialise(std::ostream& os)
const;
54 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
58 CSecondaryTypeListPrivate *
const m_d;
CSecondaryTypeList & operator=(const CSecondaryTypeList &Other)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
virtual std::ostream & Serialise(std::ostream &os) const
virtual void ParseElement(const XMLNode &Node)
Definition: ListImpl.h:33
static std::string GetElementName()
virtual ~CSecondaryTypeList()
virtual CSecondaryTypeList * Clone()
CSecondaryTypeList(const XMLNode &Node=XMLNode::emptyNode())
Definition: SecondaryTypeList.h:40