| 
    libmusicbrainz5
    5.1.0
    
   | 
 
  
 Public Member Functions | |
| CCDStub (const XMLNode &Node) | |
| CCDStub (const CCDStub &Other) | |
| CCDStub & | operator= (const CCDStub &Other) | 
| virtual | ~CCDStub () | 
| virtual CCDStub * | Clone () | 
| std::string | ID () const | 
| std::string | Title () const | 
| std::string | Artist () const | 
| std::string | Barcode () const | 
| std::string | Comment () const | 
| CNonMBTrackList * | NonMBTrackList () 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::CCDStub::CCDStub | ( | const XMLNode & | Node | ) | 
| MusicBrainz5::CCDStub::CCDStub | ( | const CCDStub & | Other | ) | 
      
  | 
  virtual | 
| std::string MusicBrainz5::CCDStub::Artist | ( | ) | const | 
| std::string MusicBrainz5::CCDStub::Barcode | ( | ) | const | 
      
  | 
  virtual | 
Implements MusicBrainz5::CEntity.
| std::string MusicBrainz5::CCDStub::Comment | ( | ) | const | 
      
  | 
  static | 
Reimplemented from MusicBrainz5::CEntity.
| std::string MusicBrainz5::CCDStub::ID | ( | ) | const | 
| CNonMBTrackList* MusicBrainz5::CCDStub::NonMBTrackList | ( | ) | const | 
      
  | 
  protectedvirtual | 
Implements MusicBrainz5::CEntity.
      
  | 
  protectedvirtual | 
Implements MusicBrainz5::CEntity.
      
  | 
  virtual | 
Reimplemented from MusicBrainz5::CEntity.
| std::string MusicBrainz5::CCDStub::Title | ( | ) | const |