|
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
103 class StringListPrivate;
104 StringListPrivate *d;
A list of strings.
Definition: tstringlist.h:46
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
static StringList split(const String &s, const String &pattern)
StringList(const ByteVectorList &vl, String::Type t=String::Latin1)
String toString(const String &separator=" ") const
A generic, implicitly shared list.
Definition: tlist.h:54
Type
Definition: tstring.h:97
StringList(const String &s)
A list of ByteVectors.
Definition: tbytevectorlist.h:42
@ Latin1
Definition: tstring.h:113
StringList & append(const String &s)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
StringList(const StringList &l)
StringList & append(const StringList &l)
std::ostream & operator<<(std::ostream &s, const TagLib::StringList &l)
A wide string class suitable for unicode.
Definition: tstring.h:85