|
TagLib 1.12 (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);
94 StringList &append(
const StringList &l);
100 static StringList split(
const String &s,
const String &pattern);
103 class StringListPrivate;
104 StringListPrivate *d;
A list of strings.
Definition: tstringlist.h:66
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
TAGLIB_EXPORT std::ostream & operator<<(std::ostream &s, const TagLib::ByteVector &v)