fintp_base
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TTreeState Class Reference

Public Member Functions

 TTreeState ()
 

Public Attributes

ct_data dyn_ltree [HEAP_SIZE]
 
ct_data dyn_dtree [2 *D_CODES+1]
 
ct_data static_ltree [L_CODES+2]
 
ct_data static_dtree [D_CODES]
 
ct_data bl_tree [2 *BL_CODES+1]
 
tree_desc l_desc
 
tree_desc d_desc
 
tree_desc bl_desc
 
ush bl_count [MAX_BITS+1]
 
int heap [2 *L_CODES+1]
 
int heap_len
 
int heap_max
 
uch depth [2 *L_CODES+1]
 
uch length_code [MAX_MATCH-MIN_MATCH+1]
 
uch dist_code [512]
 
int base_length [LENGTH_CODES]
 
int base_dist [D_CODES]
 
uch far l_buf [LIT_BUFSIZE]
 
ush far d_buf [DIST_BUFSIZE]
 
uch flag_buf [(LIT_BUFSIZE/8)]
 
unsigned last_lit
 
unsigned last_dist
 
unsigned last_flags
 
uch flags
 
uch flag_bit
 
ulg opt_len
 
ulg static_len
 
ulg cmpr_bytelen
 
ulg cmpr_len_bits
 
ulg input_len
 
ushfile_type
 

Constructor & Destructor Documentation

TTreeState::TTreeState ( )

Member Data Documentation

int TTreeState::base_dist[D_CODES]
int TTreeState::base_length[LENGTH_CODES]
ush TTreeState::bl_count[MAX_BITS+1]
tree_desc TTreeState::bl_desc
ct_data TTreeState::bl_tree[2 *BL_CODES+1]
ulg TTreeState::cmpr_bytelen
ulg TTreeState::cmpr_len_bits
ush far TTreeState::d_buf[DIST_BUFSIZE]
tree_desc TTreeState::d_desc
uch TTreeState::depth[2 *L_CODES+1]
uch TTreeState::dist_code[512]
ct_data TTreeState::dyn_dtree[2 *D_CODES+1]
ct_data TTreeState::dyn_ltree[HEAP_SIZE]
ush* TTreeState::file_type
uch TTreeState::flag_bit
uch TTreeState::flag_buf[(LIT_BUFSIZE/8)]
uch TTreeState::flags
int TTreeState::heap[2 *L_CODES+1]
int TTreeState::heap_len
int TTreeState::heap_max
ulg TTreeState::input_len
uch far TTreeState::l_buf[LIT_BUFSIZE]
tree_desc TTreeState::l_desc
unsigned TTreeState::last_dist
unsigned TTreeState::last_flags
unsigned TTreeState::last_lit
uch TTreeState::length_code[MAX_MATCH-MIN_MATCH+1]
ulg TTreeState::opt_len
ct_data TTreeState::static_dtree[D_CODES]
ulg TTreeState::static_len
ct_data TTreeState::static_ltree[L_CODES+2]

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