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