Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ5_ALIAS_H
26 #define _MUSICBRAINZ5_ALIAS_H
33 #include "musicbrainz5/xmlParser.h"
35 namespace MusicBrainz5
42 CAlias(
const XMLNode& Node);
49 std::string
Locale()
const;
50 std::string
Text()
const;
52 std::string
Type()
const;
57 virtual std::ostream&
Serialise(std::ostream& os)
const;
61 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
65 CAliasPrivate *
const m_d;