|
libmusicbrainz5 5.1.0
|
#include <ISWCList.h>
Static Public Member Functions | |
| static std::string | GetElementName () |
Static Public Member Functions inherited from MusicBrainz5::CListImpl< CISWC > | |
| static std::string | GetElementName () |
Static Public Member Functions inherited from MusicBrainz5::CList | |
| static std::string | GetElementName () |
Static Public Member Functions inherited from MusicBrainz5::CEntity | |
| 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::CListImpl< CISWC > | |
| void | ParseElement (const XMLNode &Node) |
Protected Member Functions inherited from MusicBrainz5::CList | |
| void | AddItem (CEntity *Item) |
| CEntity * | Item (int Item) const |
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) |
|
virtual |
Reimplemented from MusicBrainz5::CList.
|
static |
| CISWCList & MusicBrainz5::CISWCList::operator= | ( | const CISWCList & | Other | ) |
|
protectedvirtual |
Reimplemented from MusicBrainz5::CList.
Reimplemented from MusicBrainz5::CList.
|
virtual |
Reimplemented from MusicBrainz5::CListImpl< CISWC >.