#include <BitReader.h>
◆ BitReader()
| BitReader::BitReader |
( |
const std::span< std::byte > & |
buffer | ) |
|
|
inline |
◆ ByteAlign()
| void BitReader::ByteAlign |
( |
| ) |
|
|
inline |
◆ ReadBits()
| uint32_t BitReader::ReadBits |
( |
uint32_t |
n | ) |
|
|
inline |
◆ ReadSE()
| int BitReader::ReadSE |
( |
| ) |
|
|
inline |
◆ ReadUE()
| uint32_t BitReader::ReadUE |
( |
| ) |
|
|
inline |
◆ SkipBits()
| void BitReader::SkipBits |
( |
uint32_t |
n | ) |
|
|
inline |
◆ SkipSE()
| void BitReader::SkipSE |
( |
| ) |
|
|
inline |
◆ SkipUE()
| void BitReader::SkipUE |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: