Go to the documentation of this file.
25 #ifndef _MUSICBRAINZ5_NON_MB_TRACK_H
26 #define _MUSICBRAINZ5_NON_MB_TRACK_H
33 #include "musicbrainz5/xmlParser.h"
35 namespace MusicBrainz5
37 class CNonMBTrackPrivate;
49 std::string
Title()
const;
50 std::string
Artist()
const;
53 virtual std::ostream&
Serialise(std::ostream& os)
const;
57 virtual void ParseAttribute(
const std::string& Name,
const std::string& Value);
61 CNonMBTrackPrivate *
const m_d;