Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qbytearraymatcher.h File Reference

(fd2685c2f0a219c091e028a98ba6cdd154986fec)

#include <QtCore/qbytearray.h>
#include <QtCore/q20algorithm.h>
#include <iterator>
#include <limits>
+ Include dependency graph for qbytearraymatcher.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QByteArrayMatcher
 \inmodule QtCore More...
 
class  QStaticByteArrayMatcherBase
 Non-template base class of QStaticByteArrayMatcher. More...
 
class  QStaticByteArrayMatcher< N >
 The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher. More...
 

Function Documentation

◆ qMakeStaticByteArrayMatcher()

template<size_t N>
constexpr QStaticByteArrayMatcher< N > qMakeStaticByteArrayMatcher ( const char(&) pattern[N])
related

Definition at line 123 of file qbytearraymatcher.h.

Referenced by QWindowsMimeHtml::convertFromMime(), QWindowsMimeHtml::convertToMime(), parseHtmlMetaForEncoding(), and qt_read_xpm_image_or_array().

+ Here is the caller graph for this function: