TagLib::StringList Class Reference
A list of strings.
More...
#include <tstringlist.h>
Inheritance diagram for TagLib::StringList:
[legend]Collaboration diagram for TagLib::StringList:
[legend]List of all members.
Detailed Description
A list of strings.
This is a spcialization of the List class with some members convention for string operations.
Constructor & Destructor Documentation
TagLib::StringList::StringList |
( |
|
) |
|
|
TagLib::StringList::StringList |
( |
const StringList & |
l |
) |
|
|
|
Make a shallow, implicitly shared, copy of l. Because this is implicitly shared, this method is lightweight and suitable for pass-by-value usage. |
TagLib::StringList::StringList |
( |
const String & |
s |
) |
|
|
|
Makes a deep copy of the data in vl.
- Note:
- This should only be used with the 8-bit codecs Latin1 and UTF8, when used with other codecs it will simply print a warning and exit.
|
virtual TagLib::StringList::~StringList |
( |
|
) |
[virtual] |
|
Member Function Documentation
|
Appends all of the values in l to the end of the list and returns a reference to the list. |
|
Appends s to the end of the list and returns a reference to the list.
Reimplemented from TagLib::List< String >. |
|
Splits the String s into several strings at pattern. This will not include the pattern in the returned strings. |
String TagLib::StringList::toString |
( |
const String & |
separator = " " |
) |
const |
|
|
Concatenate the list of strings into one string separated by separator. |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: