Go to the documentation of this file.
26 #ifndef _MUSICBRAINZ5_LABEL_INFO_H
27 #define _MUSICBRAINZ5_LABEL_INFO_H
34 #include "musicbrainz5/xmlParser.h"
38 class CLabelInfoPrivate;
45 CLabelInfo(
const XMLNode& Node=XMLNode::emptyNode());
55 virtual std::ostream&
Serialise(std::ostream& os)
const;
59 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
65 CLabelInfoPrivate *
const m_d;
virtual void ParseElement(const XMLNode &Node)
CLabelInfo & operator=(const CLabelInfo &Other)
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
CLabelInfo(const XMLNode &Node=XMLNode::emptyNode())
std::string CatalogNumber() const
static std::string GetElementName()
virtual std::ostream & Serialise(std::ostream &os) const
virtual CLabelInfo * Clone()
Definition: LabelInfo.h:42