Go to the documentation of this file.
26 #ifndef _MUSICBRAINZ5_SECONDARY_TYPE_H
27 #define _MUSICBRAINZ5_SECONDARY_TYPE_H
34 #include "musicbrainz5/xmlParser.h"
38 class CSecondaryTypePrivate;
52 virtual std::ostream&
Serialise(std::ostream& os)
const;
56 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
62 CSecondaryTypePrivate *
const m_d;
CSecondaryType & operator=(const CSecondaryType &Other)
CSecondaryType(const XMLNode &Node=XMLNode::emptyNode())
virtual void ParseElement(const XMLNode &Node)
virtual ~CSecondaryType()
virtual CSecondaryType * Clone()
Definition: SecondaryType.h:40
static std::string GetElementName()
std::string SecondaryType() const
virtual std::ostream & Serialise(std::ostream &os) const
virtual void ParseAttribute(const std::string &Name, const std::string &Value)