25 #ifndef _MUSICBRAINZ5_RELATIONLIST_GROUP_H 26 #define _MUSICBRAINZ5_RELATIONLIST_GROUP_H 30 #include "musicbrainz5/xmlParser.h" 34 class CRelationListListPrivate;
52 std::ostream&
Serialise(std::ostream& os)
const;
57 CRelationListListPrivate *
const m_d;
CRelationList * Item(int Item) const
virtual ~CRelationListList()
int Offset() const
Definition: RelationListList.h:49
Definition: RelationListList.h:38
Definition: RelationList.h:40
std::ostream & operator<<(std::ostream &os, const MusicBrainz5::CRelationListList &RelationListList)
std::ostream & Serialise(std::ostream &os) const
void Add(CRelationList *RelationList)
CRelationListList & operator=(const CRelationListList &Other)
int Count() const
Definition: RelationListList.h:50