![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <bitstreams_p.h>
Public Member Functions | |
| BitOStream (std::vector< uchar > &buffer) | |
| void | writeBits (uchar bits, quint8 bitLength) |
| void | write (quint32 src) |
| void | write (QByteArrayView src, bool compressed) |
| quint64 | bitLength () const |
| quint64 | byteLength () const |
| const uchar * | begin () const |
| const uchar * | end () const |
| void | clear () |
Definition at line 38 of file bitstreams_p.h.
| HPack::BitOStream::BitOStream | ( | std::vector< uchar > & | buffer | ) |
Definition at line 19 of file bitstreams.cpp.
| const uchar * HPack::BitOStream::begin | ( | ) | const |
Definition at line 99 of file bitstreams.cpp.
| quint64 HPack::BitOStream::bitLength | ( | ) | const |
Definition at line 89 of file bitstreams.cpp.
| quint64 HPack::BitOStream::byteLength | ( | ) | const |
Definition at line 94 of file bitstreams.cpp.
| void HPack::BitOStream::clear | ( | ) |
Definition at line 109 of file bitstreams.cpp.
| const uchar * HPack::BitOStream::end | ( | ) | const |
Definition at line 104 of file bitstreams.cpp.
| void HPack::BitOStream::write | ( | QByteArrayView | src, |
| bool | compressed ) |
Definition at line 67 of file bitstreams.cpp.
Definition at line 42 of file bitstreams.cpp.
Definition at line 26 of file bitstreams.cpp.