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 std::ostream & Serialise(std::ostream &os) const
virtual void ParseElement(const XMLNode &Node)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
static std::string GetElementName()
virtual ~CSecondaryTypeList()
virtual CSecondaryTypeList * Clone()
CSecondaryTypeList(const XMLNode &Node=XMLNode::emptyNode())
CSecondaryTypeList(const CSecondaryTypeList &Other)
CSecondaryTypeList & operator=(const CSecondaryTypeList &Other)