|
libmusicbrainz5 5.1.0
|
#include <ISWCList.h>
Public Member Functions | |
| CISWCList (const XMLNode &Node=XMLNode::emptyNode()) | |
| CISWCList (const CISWCList &Other) | |
| CISWCList & | operator= (const CISWCList &Other) |
| virtual | ~CISWCList () |
| virtual CISWCList * | Clone () |
| virtual std::ostream & | Serialise (std::ostream &os) const |
Public Member Functions inherited from MusicBrainz5::CListImpl< CISWC > | |
| CListImpl (const XMLNode &Node=XMLNode::emptyNode()) | |
| CListImpl (const CListImpl< CISWC > &Other) | |
| MusicBrainz5::CListImpl< CISWC > & | operator= (const CListImpl< CISWC > &Other) |
| virtual | ~CListImpl () |
| CListImpl< CISWC > * | Clone () |
| CISWC * | Item (int Item) const |
| void | AddItem (CISWC *Item) |
Public Member Functions inherited from MusicBrainz5::CList | |
| CList () | |
| CList (const CList &Other) | |
| CList & | operator= (const CList &Other) |
| virtual | ~CList () |
| int | NumItems () const |
| int | Offset () const |
| int | Count () 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 () |
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) |
| MusicBrainz5::CISWCList::CISWCList | ( | const XMLNode & | Node = XMLNode::emptyNode() | ) |
| MusicBrainz5::CISWCList::CISWCList | ( | const CISWCList & | Other | ) |
|
virtual |
|
virtual |
Reimplemented from MusicBrainz5::CList.
|
static |
|
protectedvirtual |
Reimplemented from MusicBrainz5::CList.
|
protectedvirtual |
Reimplemented from MusicBrainz5::CList.
|
virtual |
Reimplemented from MusicBrainz5::CListImpl< CISWC >.