Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
HuffmanDecoder::LookupEntry Struct Reference
Collaboration diagram for HuffmanDecoder::LookupEntry:
[legend]

Public Attributes

unsigned int type
 
union {
   value_t   value
 
   const CodeInfo *   begin
 
}; 
 
union {
   unsigned int   len
 
   const CodeInfo *   end
 
}; 
 

Detailed Description

Definition at line 66 of file zinflate.h.

Member Data Documentation

union { ... }
union { ... }
const CodeInfo* HuffmanDecoder::LookupEntry::begin

Definition at line 72 of file zinflate.h.

const CodeInfo* HuffmanDecoder::LookupEntry::end

Definition at line 77 of file zinflate.h.

unsigned int HuffmanDecoder::LookupEntry::len

Definition at line 76 of file zinflate.h.

unsigned int HuffmanDecoder::LookupEntry::type

Definition at line 68 of file zinflate.h.

value_t HuffmanDecoder::LookupEntry::value

Definition at line 71 of file zinflate.h.


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