26#ifndef _MUSICBRAINZ5_SECONDARY_TYPE_H
27#define _MUSICBRAINZ5_SECONDARY_TYPE_H
34#include "musicbrainz5/xmlParser.h"
38 class CSecondaryTypePrivate;
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