TagLib::ByteVectorList Class Reference
A list of ByteVectors.
More...
#include <tbytevectorlist.h>
Inheritance diagram for TagLib::ByteVectorList:
[legend]Collaboration diagram for TagLib::ByteVectorList:
[legend]List of all members.
Detailed Description
A list of ByteVectors.
A List specialization with some handy features useful for ByteVectors.
Constructor & Destructor Documentation
TagLib::ByteVectorList::ByteVectorList |
( |
|
) |
|
|
virtual TagLib::ByteVectorList::~ByteVectorList |
( |
|
) |
[virtual] |
|
|
Make a shallow, implicitly shared, copy of l. Because this is implicitly shared, this method is lightweight and suitable for pass-by-value usage. |
Member Function Documentation
|
Splits the ByteVector v into several strings at pattern. This will not include the pattern in the returned ByteVectors. max is the maximum number of entries that will be separated. If max for instance is 2 then a maximum of 1 match will be found and the vector will be split on that match. |
|
Splits the ByteVector v into several strings at pattern. This will not include the pattern in the returned ByteVectors. |
The documentation for this class was generated from the following file: