Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
HPack::PrefixTable Struct Reference

#include <huffman_p.h>

Collaboration diagram for HPack::PrefixTable:

Public Member Functions

 PrefixTable ()
 PrefixTable (quint32 prefix, quint32 index)
quint32 size () const

Public Attributes

quint32 prefixLength
quint32 indexLength
quint32 offset

Detailed Description

Definition at line 54 of file huffman_p.h.

Constructor & Destructor Documentation

◆ PrefixTable() [1/2]

HPack::PrefixTable::PrefixTable ( )
inline

Definition at line 56 of file huffman_p.h.

References PrefixTable().

Referenced by PrefixTable().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PrefixTable() [2/2]

HPack::PrefixTable::PrefixTable ( quint32 prefix,
quint32 index )
inline

Definition at line 63 of file huffman_p.h.

References PrefixTable().

Referenced by PrefixTable().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ size()

quint32 HPack::PrefixTable::size ( ) const
inline

Definition at line 70 of file huffman_p.h.

Member Data Documentation

◆ indexLength

quint32 HPack::PrefixTable::indexLength

Definition at line 77 of file huffman_p.h.

◆ offset

◆ prefixLength

quint32 HPack::PrefixTable::prefixLength

Definition at line 76 of file huffman_p.h.


The documentation for this struct was generated from the following file: