qt.core.bytearrayalgorithms

Undocumented in source.

Members

Functions

compareMemory
int compareMemory(QByteArrayView lhs, QByteArrayView rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
count
qsizetype count(QByteArrayView haystack, QByteArrayView needle)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
endsWith
bool endsWith(QByteArrayView haystack, QByteArrayView needle)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
findByteArray
qsizetype findByteArray(QByteArrayView haystack, qsizetype from, QByteArrayView needle)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
lastIndexOf
qsizetype lastIndexOf(QByteArrayView haystack, qsizetype from, QByteArrayView needle)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qChecksum
quint16 qChecksum(QByteArrayView data, qt.core.namespace.ChecksumType standard)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrcmp
int qstrcmp(const(char)* str1, const(char)* str2)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrcpy
char* qstrcpy(char* dst, const(char)* src)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrdup
char* qstrdup(const(char)* )

Safe and portable C string functions; extensions to standard string.h

qstricmp
int qstricmp(const(char)* , const(char)* )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrlen
size_t qstrlen(const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
qstrncmp
int qstrncmp(const(char)* str1, const(char)* str2, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
qstrncpy
char* qstrncpy(char* dst, const(char)* src, size_t len)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrnicmp
int qstrnicmp(const(char)* , const(char)* , size_t len)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrnicmp
int qstrnicmp(const(char)* , qsizetype , const(char)* , qsizetype )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrnlen
size_t qstrnlen(const(char)* str, size_t maxlen)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta