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
fxcodec::LZWDecompressor::CodeEntry Struct Reference

#include <lzw_decompressor.h>

+ Collaboration diagram for fxcodec::LZWDecompressor::CodeEntry:

Public Attributes

uint16_t prefix
 
uint8_t suffix
 

Detailed Description

Definition at line 28 of file lzw_decompressor.h.

Member Data Documentation

◆ prefix

uint16_t fxcodec::LZWDecompressor::CodeEntry::prefix

Definition at line 29 of file lzw_decompressor.h.

◆ suffix

uint8_t fxcodec::LZWDecompressor::CodeEntry::suffix

Definition at line 30 of file lzw_decompressor.h.


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