TagLib API Documentation
TagLib::ByteVector Member List

This is the complete list of members for TagLib::ByteVector, including all inherited members.

append(const ByteVector &v)TagLib::ByteVector
append(char c)TagLib::ByteVector
at(unsigned int index) constTagLib::ByteVector
begin()TagLib::ByteVector
begin() constTagLib::ByteVector
ByteVector()TagLib::ByteVector
ByteVector(unsigned int size, char value=0)TagLib::ByteVector
ByteVector(const ByteVector &v)TagLib::ByteVector
ByteVector(const ByteVector &v, unsigned int offset, unsigned int length)TagLib::ByteVector
ByteVector(char c)TagLib::ByteVector
ByteVector(const char *data, unsigned int length)TagLib::ByteVector
ByteVector(const char *data)TagLib::ByteVector
cbegin() constTagLib::ByteVector
cend() constTagLib::ByteVector
clear()TagLib::ByteVector
containsAt(const ByteVector &pattern, unsigned int offset, unsigned int patternOffset=0, unsigned int patternLength=0xffffffff) constTagLib::ByteVector
data()TagLib::ByteVector
data() constTagLib::ByteVector
detach()TagLib::ByteVectorprotected
end()TagLib::ByteVector
end() constTagLib::ByteVector
endsWith(const ByteVector &pattern) constTagLib::ByteVector
endsWithPartialMatch(const ByteVector &pattern) constTagLib::ByteVector
find(const ByteVector &pattern, unsigned int offset=0, int byteAlign=1) constTagLib::ByteVector
find(char c, unsigned int offset=0, int byteAlign=1) constTagLib::ByteVector
fromBase64(const ByteVector &)TagLib::ByteVectorstatic
fromCString(const char *s, unsigned int length=0xffffffff)TagLib::ByteVectorstatic
fromFloat32BE(float value)TagLib::ByteVectorstatic
fromFloat32LE(float value)TagLib::ByteVectorstatic
fromFloat64BE(double value)TagLib::ByteVectorstatic
fromFloat64LE(double value)TagLib::ByteVectorstatic
fromLongLong(long long value, bool mostSignificantByteFirst=true)TagLib::ByteVectorstatic
fromShort(short value, bool mostSignificantByteFirst=true)TagLib::ByteVectorstatic
fromUInt(unsigned int value, bool mostSignificantByteFirst=true)TagLib::ByteVectorstatic
fromULongLong(unsigned long long value, bool mostSignificantByteFirst=true)TagLib::ByteVectorstatic
fromUShort(unsigned short value, bool mostSignificantByteFirst=true)TagLib::ByteVectorstatic
isEmpty() constTagLib::ByteVector
mid(unsigned int index, unsigned int length=0xffffffff) constTagLib::ByteVector
operator!=(const ByteVector &v) constTagLib::ByteVector
operator!=(const char *s) constTagLib::ByteVector
operator+(const ByteVector &v) constTagLib::ByteVector
operator<(const ByteVector &v) constTagLib::ByteVector
operator<<(std::ostream &s, const TagLib::ByteVector &v)TagLib::ByteVectorrelated
operator=(const ByteVector &v)TagLib::ByteVector
operator=(char c)TagLib::ByteVector
operator=(const char *data)TagLib::ByteVector
operator==(const ByteVector &v) constTagLib::ByteVector
operator==(const char *s) constTagLib::ByteVector
operator>(const ByteVector &v) constTagLib::ByteVector
operator[](int index) constTagLib::ByteVector
operator[](int index)TagLib::ByteVector
rbegin()TagLib::ByteVector
rbegin() constTagLib::ByteVector
rend()TagLib::ByteVector
rend() constTagLib::ByteVector
replace(char oldByte, char newByte)TagLib::ByteVector
replace(const ByteVector &pattern, const ByteVector &with)TagLib::ByteVector
resize(unsigned int size, char padding=0)TagLib::ByteVector
rfind(const ByteVector &pattern, unsigned int offset=0, int byteAlign=1) constTagLib::ByteVector
setData(const char *s, unsigned int length)TagLib::ByteVector
setData(const char *data)TagLib::ByteVector
size() constTagLib::ByteVector
startsWith(const ByteVector &pattern) constTagLib::ByteVector
swap(ByteVector &v) noexceptTagLib::ByteVector
toBase64() constTagLib::ByteVector
toFloat32BE(size_t offset) constTagLib::ByteVector
toFloat32LE(size_t offset) constTagLib::ByteVector
toFloat64BE(size_t offset) constTagLib::ByteVector
toFloat64LE(size_t offset) constTagLib::ByteVector
toFloat80BE(size_t offset) constTagLib::ByteVector
toFloat80LE(size_t offset) constTagLib::ByteVector
toHex() constTagLib::ByteVector
toLongLong(bool mostSignificantByteFirst=true) constTagLib::ByteVector
toLongLong(unsigned int offset, bool mostSignificantByteFirst=true) constTagLib::ByteVector
toShort(bool mostSignificantByteFirst=true) constTagLib::ByteVector
toShort(unsigned int offset, bool mostSignificantByteFirst=true) constTagLib::ByteVector
toUInt(bool mostSignificantByteFirst=true) constTagLib::ByteVector
toUInt(unsigned int offset, bool mostSignificantByteFirst=true) constTagLib::ByteVector
toUInt(unsigned int offset, unsigned int length, bool mostSignificantByteFirst=true) constTagLib::ByteVector
toULongLong(bool mostSignificantByteFirst=true) constTagLib::ByteVector
toULongLong(unsigned int offset, bool mostSignificantByteFirst=true) constTagLib::ByteVector
toUShort(bool mostSignificantByteFirst=true) constTagLib::ByteVector
toUShort(unsigned int offset, bool mostSignificantByteFirst=true) constTagLib::ByteVector
~ByteVector()TagLib::ByteVector