26 #ifndef TAGLIB_BYTEVECTORLIST_H 27 #define TAGLIB_BYTEVECTORLIST_H 92 int byteAlign = 1,
int max = 0);
94 class ByteVectorListPrivate;
95 std::unique_ptr<ByteVectorListPrivate> d;
A list of ByteVectors.
Definition: tbytevectorlist.h:41
A generic, implicitly shared list.
Definition: tlist.h:53
TAGLIB_EXPORT std::ostream & operator<<(std::ostream &s, const TagLib::ByteVector &v)
TAGLIB_EXPORT ~ByteVectorList()
A byte vector.
Definition: tbytevector.h:45
TAGLIB_EXPORT ByteVectorList & operator=(const ByteVectorList &)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
TAGLIB_EXPORT ByteVector toByteVector(const ByteVector &separator=" ") const
TAGLIB_EXPORT ByteVectorList()
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
static TAGLIB_EXPORT ByteVectorList split(const ByteVector &v, const ByteVector &pattern, int byteAlign=1, int max=0)