25 #ifndef _MUSICBRAINZ5_SECONDARY_TYPE_H
26 #define _MUSICBRAINZ5_SECONDARY_TYPE_H
33 #include "musicbrainz5/xmlParser.h"
35 namespace MusicBrainz5
37 class CSecondaryTypePrivate;
51 virtual std::ostream&
Serialise(std::ostream& os)
const;
55 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
61 CSecondaryTypePrivate *
const m_d;
virtual ~CSecondaryType()
CSecondaryType(const XMLNode &Node=XMLNode::emptyNode())
virtual void ParseElement(const XMLNode &Node)
virtual std::ostream & Serialise(std::ostream &os) const
virtual CSecondaryType * Clone()
static std::string GetElementName()
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
std::string SecondaryType() const
CSecondaryType & operator=(const CSecondaryType &Other)
Definition: SecondaryType.h:39