|
libmusicbrainz5
5.1.0
|
Public Member Functions | |
| CReleaseGroup (const XMLNode &Node=XMLNode::emptyNode()) | |
| CReleaseGroup (const CReleaseGroup &Other) | |
| CReleaseGroup & | operator= (const CReleaseGroup &Other) |
| virtual | ~CReleaseGroup () |
| virtual CReleaseGroup * | Clone () |
| std::string | ID () const |
| std::string | PrimaryType () const |
| std::string | Title () const |
| std::string | Disambiguation () const |
| std::string | FirstReleaseDate () const |
| CArtistCredit * | ArtistCredit () const |
| CReleaseList * | ReleaseList () const |
| CRelationListList * | RelationListList () const |
| CTagList * | TagList () const |
| CUserTagList * | UserTagList () const |
| CRating * | Rating () const |
| CUserRating * | UserRating () const |
| CSecondaryTypeList * | SecondaryTypeList () const |
| virtual std::ostream & | Serialise (std::ostream &os) const |
Public Member Functions inherited from MusicBrainz5::CEntity | |
| CEntity () | |
| CEntity (const CEntity &Other) | |
| CEntity & | operator= (const CEntity &Other) |
| virtual | ~CEntity () |
| void | Parse (const XMLNode &Node) |
| std::map< std::string, std::string > | ExtAttributes () const |
| std::map< std::string, std::string > | ExtElements () const |
Static Public Member Functions | |
| static std::string | GetElementName () |
Protected Member Functions | |
| virtual void | ParseAttribute (const std::string &Name, const std::string &Value) |
| virtual void | ParseElement (const XMLNode &Node) |
Protected Member Functions inherited from MusicBrainz5::CEntity | |
| void | ProcessRelationList (const XMLNode &Node, CRelationListList *&RetVal) |
| template<typename T > | |
| void | ProcessItem (const XMLNode &Node, T *&RetVal) |
| template<class T > | |
| void | ProcessItem (const XMLNode &Node, T &RetVal) |
| template<typename T > | |
| void | ProcessItem (const std::string &Text, T &RetVal) |
| void | ProcessItem (const XMLNode &Node, std::string &RetVal) |
| MusicBrainz5::CReleaseGroup::CReleaseGroup | ( | const XMLNode & | Node = XMLNode::emptyNode() | ) |
| MusicBrainz5::CReleaseGroup::CReleaseGroup | ( | const CReleaseGroup & | Other | ) |
|
virtual |
| CArtistCredit* MusicBrainz5::CReleaseGroup::ArtistCredit | ( | ) | const |
|
virtual |
Implements MusicBrainz5::CEntity.
| std::string MusicBrainz5::CReleaseGroup::Disambiguation | ( | ) | const |
| std::string MusicBrainz5::CReleaseGroup::FirstReleaseDate | ( | ) | const |
|
static |
Reimplemented from MusicBrainz5::CEntity.
| std::string MusicBrainz5::CReleaseGroup::ID | ( | ) | const |
| CReleaseGroup& MusicBrainz5::CReleaseGroup::operator= | ( | const CReleaseGroup & | Other | ) |
|
protectedvirtual |
Implements MusicBrainz5::CEntity.
|
protectedvirtual |
Implements MusicBrainz5::CEntity.
| std::string MusicBrainz5::CReleaseGroup::PrimaryType | ( | ) | const |
| CRating* MusicBrainz5::CReleaseGroup::Rating | ( | ) | const |
| CRelationListList* MusicBrainz5::CReleaseGroup::RelationListList | ( | ) | const |
| CReleaseList* MusicBrainz5::CReleaseGroup::ReleaseList | ( | ) | const |
| CSecondaryTypeList* MusicBrainz5::CReleaseGroup::SecondaryTypeList | ( | ) | const |
|
virtual |
Reimplemented from MusicBrainz5::CEntity.
| CTagList* MusicBrainz5::CReleaseGroup::TagList | ( | ) | const |
| std::string MusicBrainz5::CReleaseGroup::Title | ( | ) | const |
| CUserRating* MusicBrainz5::CReleaseGroup::UserRating | ( | ) | const |
| CUserTagList* MusicBrainz5::CReleaseGroup::UserTagList | ( | ) | const |