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