|
TagLib 1.11.1 (tstringlist.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_STRINGLIST_H
27 #define TAGLIB_STRINGLIST_H
59 StringList(
const StringList &l);
64 StringList(
const String &s);
77 virtual ~StringList();
82 String toString(
const String &separator =
" ")
const;
88 StringList &append(
const String &s);
103 class StringListPrivate;
104 StringListPrivate *d;
A list of strings.
Definition: tstringlist.h:67
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Type
Definition: tstring.h:97
@ Latin1
Definition: tstring.h:101
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
std::ostream & operator<<(std::ostream &s, const TagLib::StringList &l)
A wide string class suitable for unicode.
Definition: tstring.h:85