|
libmusicbrainz5
5.1.0
|
Public Member Functions | |
| CRelease (const XMLNode &Node=XMLNode::emptyNode()) | |
| CRelease (const CRelease &Other) | |
| CRelease & | operator= (const CRelease &Other) |
| virtual | ~CRelease () |
| virtual CRelease * | Clone () |
| std::string | ID () const |
| std::string | Title () const |
| std::string | Status () const |
| std::string | Quality () const |
| std::string | Disambiguation () const |
| std::string | Packaging () const |
| CTextRepresentation * | TextRepresentation () const |
| CArtistCredit * | ArtistCredit () const |
| CReleaseGroup * | ReleaseGroup () const |
| std::string | Date () const |
| std::string | Country () const |
| std::string | Barcode () const |
| std::string | ASIN () const |
| CLabelInfoList * | LabelInfoList () const |
| CMediumList * | MediumList () const |
| CRelationListList * | RelationListList () const |
| CCollectionList * | CollectionList () const |
| CMediumList | MediaMatchingDiscID (const std::string &DiscID) 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::CRelease::CRelease | ( | const XMLNode & | Node = XMLNode::emptyNode() | ) |
| MusicBrainz5::CRelease::CRelease | ( | const CRelease & | Other | ) |
|
virtual |
| CArtistCredit* MusicBrainz5::CRelease::ArtistCredit | ( | ) | const |
| std::string MusicBrainz5::CRelease::ASIN | ( | ) | const |
| std::string MusicBrainz5::CRelease::Barcode | ( | ) | const |
|
virtual |
Implements MusicBrainz5::CEntity.
| CCollectionList* MusicBrainz5::CRelease::CollectionList | ( | ) | const |
| std::string MusicBrainz5::CRelease::Country | ( | ) | const |
| std::string MusicBrainz5::CRelease::Date | ( | ) | const |
| std::string MusicBrainz5::CRelease::Disambiguation | ( | ) | const |
|
static |
Reimplemented from MusicBrainz5::CEntity.
| std::string MusicBrainz5::CRelease::ID | ( | ) | const |
| CLabelInfoList* MusicBrainz5::CRelease::LabelInfoList | ( | ) | const |
| CMediumList MusicBrainz5::CRelease::MediaMatchingDiscID | ( | const std::string & | DiscID | ) | const |
| CMediumList* MusicBrainz5::CRelease::MediumList | ( | ) | const |
| std::string MusicBrainz5::CRelease::Packaging | ( | ) | const |
|
protectedvirtual |
Implements MusicBrainz5::CEntity.
|
protectedvirtual |
Implements MusicBrainz5::CEntity.
| std::string MusicBrainz5::CRelease::Quality | ( | ) | const |
| CRelationListList* MusicBrainz5::CRelease::RelationListList | ( | ) | const |
| CReleaseGroup* MusicBrainz5::CRelease::ReleaseGroup | ( | ) | const |
|
virtual |
Reimplemented from MusicBrainz5::CEntity.
| std::string MusicBrainz5::CRelease::Status | ( | ) | const |
| CTextRepresentation* MusicBrainz5::CRelease::TextRepresentation | ( | ) | const |
| std::string MusicBrainz5::CRelease::Title | ( | ) | const |