26 #ifndef _MUSICBRAINZ5_RELATIONLIST_GROUP_H 27 #define _MUSICBRAINZ5_RELATIONLIST_GROUP_H 31 #include "musicbrainz5/xmlParser.h" 35 class CRelationListListPrivate;
53 std::ostream&
Serialise(std::ostream& os)
const;
58 CRelationListListPrivate *
const m_d;
CRelationList * Item(int Item) const
virtual ~CRelationListList()
int Offset() const
Definition: RelationListList.h:50
Definition: RelationListList.h:39
Definition: RelationList.h:41
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:51