#include <tstringlist.h>
Inheritance diagram for TagLib::StringList:
Public Member Functions | |
StringList () | |
StringList (const StringList &l) | |
StringList (const String &s) | |
virtual | ~StringList () |
String | toString (const String &separator=" ") const |
Static Public Member Functions | |
StringList | split (const String &s, const String &pattern) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &s, const TagLib::StringList &l) |
This is a spcialization of the List class with some members convention for string operations.
|
Constructs an empty StringList. |
|
Make a shallow, implicitly shared, copy of l. Because this is implicitly shared, this method is lightweight and suitable for pass-by-value usage. |
|
Constructs a StringList with s as a member. |
|
Destroys this StringList instance. |
|
Splits the String s into several strings at pattern. This will not include the pattern in the returned strings. |
|
Concatenate the list of strings into one string separated by separator. |
|
Send the StringList to an output stream. |