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
hpacktable_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/qbytearray.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qpair.h>
#include <vector>
#include <memory>
#include <deque>
#include <set>
+ Include dependency graph for hpacktable_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HPack::HeaderField
 
class  HPack::FieldLookupTable
 

Namespaces

namespace  HPack
 

Typedefs

using HPack::HeaderSize = QPair<bool, quint32>
 

Functions

HeaderSize HPack::entry_size (QByteArrayView name, QByteArrayView value)
 
HeaderSize HPack::entry_size (const HeaderField &entry)