Go to the documentation of this file.
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;
CSecondaryTypeList(const XMLNode &Node=XMLNode::emptyNode())
virtual std::ostream & Serialise(std::ostream &os) const
virtual ~CSecondaryTypeList()
virtual CSecondaryTypeList * Clone()
Definition: SecondaryTypeList.h:41
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
CSecondaryTypeList & operator=(const CSecondaryTypeList &Other)
static std::string GetElementName()
Definition: ListImpl.h:34
virtual void ParseElement(const XMLNode &Node)