![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <huffman_p.h>
Public Member Functions | |
| PrefixTableEntry () | |
Public Attributes | |
| quint32 | bitLength |
| quint32 | nextTable |
| quint32 | byteValue |
Definition at line 86 of file huffman_p.h.
|
inline |
Definition at line 88 of file huffman_p.h.
References PrefixTableEntry().
Referenced by PrefixTableEntry().
| quint32 HPack::PrefixTableEntry::bitLength |
Definition at line 95 of file huffman_p.h.
| quint32 HPack::PrefixTableEntry::byteValue |
Definition at line 97 of file huffman_p.h.
| quint32 HPack::PrefixTableEntry::nextTable |
Definition at line 96 of file huffman_p.h.