26 #ifndef _MUSICBRAINZ5_SECONDARY_TYPE_LIST_H
27 #define _MUSICBRAINZ5_SECONDARY_TYPE_LIST_H
34 #include "musicbrainz5/xmlParser.h"
39 class CSecondaryTypeListPrivate;
51 virtual std::ostream&
Serialise(std::ostream& os)
const;
55 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
59 CSecondaryTypeListPrivate *
const m_d;
Definition: ListImpl.h:35
Definition: SecondaryTypeList.h:42
virtual CSecondaryTypeList * Clone()
virtual void ParseElement(const XMLNode &Node)
virtual std::ostream & Serialise(std::ostream &os) const
CSecondaryTypeList & operator=(const CSecondaryTypeList &Other)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
static std::string GetElementName()
virtual ~CSecondaryTypeList()
CSecondaryTypeList(const XMLNode &Node=XMLNode::emptyNode())
CSecondaryTypeList(const CSecondaryTypeList &Other)