|
TagLib 1.11.1 (tbytevectorlist.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_BYTEVECTORLIST_H
27 #define TAGLIB_BYTEVECTORLIST_H
83 int byteAlign,
int max);
85 class ByteVectorListPrivate;
86 ByteVectorListPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A generic, implicitly shared list.
Definition: tlist.h:54
ByteVector toByteVector(const ByteVector &separator=" ") const
virtual ~ByteVectorList()
ByteVectorList(const ByteVectorList &l)
A list of ByteVectors.
Definition: tbytevectorlist.h:42
A byte vector.
Definition: tbytevector.h:46
static ByteVectorList split(const ByteVector &v, const ByteVector &pattern, int byteAlign=1)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
static ByteVectorList split(const ByteVector &v, const ByteVector &pattern, int byteAlign, int max)