25 #ifndef _MUSICBRAINZ4_SECONDARY_TYPE_LIST_H 26 #define _MUSICBRAINZ4_SECONDARY_TYPE_LIST_H 33 #include "musicbrainz4/xmlParser.h" 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;
static std::string GetElementName()
virtual ~CSecondaryTypeList()
virtual std::ostream & Serialise(std::ostream &os) const
CSecondaryTypeList(const XMLNode &Node=XMLNode::emptyNode())
virtual void ParseElement(const XMLNode &Node)
CSecondaryTypeList & operator=(const CSecondaryTypeList &Other)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
Definition: SecondaryTypeList.h:40
virtual CSecondaryTypeList * Clone()
Definition: ListImpl.h:33