25 #ifndef _MUSICBRAINZ5_LABEL_INFO_H 26 #define _MUSICBRAINZ5_LABEL_INFO_H 33 #include "musicbrainz5/xmlParser.h" 37 class CLabelInfoPrivate;
44 CLabelInfo(
const XMLNode& Node=XMLNode::emptyNode());
54 virtual std::ostream&
Serialise(std::ostream& os)
const;
58 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
64 CLabelInfoPrivate *
const m_d;
CLabelInfo(const XMLNode &Node=XMLNode::emptyNode())
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
virtual std::ostream & Serialise(std::ostream &os) const
static std::string GetElementName()
virtual CLabelInfo * Clone()
virtual void ParseElement(const XMLNode &Node)
Definition: LabelInfo.h:41
CLabelInfo & operator=(const CLabelInfo &Other)
std::string CatalogNumber() const