Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qbytearraymatcher.h File Reference
#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: