Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
Deflator::EncodedMatch Struct Reference

#include <zdeflate.h>

Public Attributes

unsigned literalCode: 9
 
unsigned literalExtra: 5
 
unsigned distanceCode: 5
 
unsigned distanceExtra: 13
 

Detailed Description

Definition at line 153 of file zdeflate.h.

Member Data Documentation

unsigned Deflator::EncodedMatch::distanceCode

Definition at line 157 of file zdeflate.h.

unsigned Deflator::EncodedMatch::distanceExtra

Definition at line 158 of file zdeflate.h.

unsigned Deflator::EncodedMatch::literalCode

Definition at line 155 of file zdeflate.h.

unsigned Deflator::EncodedMatch::literalExtra

Definition at line 156 of file zdeflate.h.


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