|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
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_huft * | ltree |
| const inflate_huft * | dtree |
| struct { ... } inflate_codes_state::code |
Referenced by inflate_codes().
| struct { ... } inflate_codes_state::copy |
Referenced by inflate_codes().
| Byte inflate_codes_state::dbits |
Definition at line 1033 of file unzip.cpp.
Referenced by inflate_codes(), and inflate_codes_new().
| uInt inflate_codes_state::dist |
Definition at line 1027 of file unzip.cpp.
Referenced by inflate_codes().
| const inflate_huft* inflate_codes_state::dtree |
Definition at line 1035 of file unzip.cpp.
Referenced by inflate_codes(), and inflate_codes_new().
| uInt inflate_codes_state::get |
Definition at line 1026 of file unzip.cpp.
Referenced by inflate_codes().
| Byte inflate_codes_state::lbits |
Definition at line 1032 of file unzip.cpp.
Referenced by inflate_codes(), and inflate_codes_new().
| uInt inflate_codes_state::len |
Definition at line 1015 of file unzip.cpp.
Referenced by inflate_codes().
| uInt inflate_codes_state::lit |
Definition at line 1023 of file unzip.cpp.
Referenced by inflate_codes().
| const inflate_huft* inflate_codes_state::ltree |
Definition at line 1034 of file unzip.cpp.
Referenced by inflate_codes(), and inflate_codes_new().
| inflate_codes_mode inflate_codes_state::mode |
Definition at line 1012 of file unzip.cpp.
Referenced by inflate_codes(), and inflate_codes_new().
| 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().
| const inflate_huft* inflate_codes_state::tree |
Definition at line 1020 of file unzip.cpp.
Referenced by inflate_codes().