25 #ifndef _MUSICBRAINZ4_LIST_IMPL_H
26 #define _MUSICBRAINZ4_LIST_IMPL_H
30 namespace MusicBrainz4
72 virtual std::ostream&
Serialise(std::ostream& os)
const
74 os << T::GetElementName() <<
" List (impl):" << std::endl;
78 for (
int count=0;count<
NumItems();count++)
80 T *ThisItem=
Item(count);
82 os << *ThisItem << std::endl;
106 std::string NodeName=Node.getName();
108 if (T::GetElementName()==NodeName)