NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
inflate_codes_state Struct Reference
Collaboration diagram for inflate_codes_state:

Public Attributes

inflate_codes_mode mode
 
uInt len
 
union {
   struct {
      const inflate_huft *   tree
 
      uInt   need
 
   }   code
 
   uInt   lit
 
   struct {
      uInt   get
 
      uInt   dist
 
   }   copy
 
sub
 
Byte lbits
 
Byte dbits
 
const inflate_huftltree
 
const inflate_huftdtree
 

Detailed Description

Definition at line 1008 of file unzip.cpp.

Member Data Documentation

◆ 

struct { ... } inflate_codes_state::code

Referenced by inflate_codes().

◆ 

struct { ... } inflate_codes_state::copy

Referenced by inflate_codes().

◆ dbits

Byte inflate_codes_state::dbits

Definition at line 1033 of file unzip.cpp.

Referenced by inflate_codes(), and inflate_codes_new().

◆ dist

uInt inflate_codes_state::dist

Definition at line 1027 of file unzip.cpp.

Referenced by inflate_codes().

◆ dtree

const inflate_huft* inflate_codes_state::dtree

Definition at line 1035 of file unzip.cpp.

Referenced by inflate_codes(), and inflate_codes_new().

◆ get

uInt inflate_codes_state::get

Definition at line 1026 of file unzip.cpp.

Referenced by inflate_codes().

◆ lbits

Byte inflate_codes_state::lbits

Definition at line 1032 of file unzip.cpp.

Referenced by inflate_codes(), and inflate_codes_new().

◆ len

uInt inflate_codes_state::len

Definition at line 1015 of file unzip.cpp.

Referenced by inflate_codes().

◆ lit

uInt inflate_codes_state::lit

Definition at line 1023 of file unzip.cpp.

Referenced by inflate_codes().

◆ ltree

const inflate_huft* inflate_codes_state::ltree

Definition at line 1034 of file unzip.cpp.

Referenced by inflate_codes(), and inflate_codes_new().

◆ mode

inflate_codes_mode inflate_codes_state::mode

Definition at line 1012 of file unzip.cpp.

Referenced by inflate_codes(), and inflate_codes_new().

◆ need

uInt inflate_codes_state::need

Definition at line 1021 of file unzip.cpp.

Referenced by inflate_codes().

◆ 

union { ... } inflate_codes_state::sub

Referenced by inflate_codes().

◆ tree

const inflate_huft* inflate_codes_state::tree

Definition at line 1020 of file unzip.cpp.

Referenced by inflate_codes().


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