QtBase  v6.3.1
Classes | Functions
qbytearraymatcher.h File Reference
#include <QtCore/qbytearray.h>
#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
 The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array. More...
 
class  QStaticByteArrayMatcherBase
 
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 180 of file qbytearraymatcher.h.

Here is the caller graph for this function: