Go to the documentation of this file.
26 #ifndef _MUSICBRAINZ5_LIFESPAN_H
27 #define _MUSICBRAINZ5_LIFESPAN_H
34 #include "musicbrainz5/xmlParser.h"
38 class CLifespanPrivate;
43 CLifespan(
const XMLNode& Node=XMLNode::emptyNode());
50 std::string
Begin()
const;
51 std::string
End()
const;
52 std::string
Ended()
const;
54 virtual std::ostream&
Serialise(std::ostream& os)
const;
58 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
62 CLifespanPrivate *
const m_d;
static std::string GetElementName()
virtual void ParseAttribute(const std::string &Name, const std::string &Value)
std::string Ended() const
virtual void ParseElement(const XMLNode &Node)
virtual std::ostream & Serialise(std::ostream &os) const
Definition: Lifespan.h:40
virtual CLifespan * Clone()
CLifespan & operator=(const CLifespan &Other)
CLifespan(const XMLNode &Node=XMLNode::emptyNode())
std::string Begin() const