ReactOS 0.4.15-dev-7924-g5949c20
h_elem Struct Reference
Collaboration diagram for h_elem:

Public Attributes

int freq
 
short sym
 
short pathlength
 
struct ih_elemparent
 
unsigned short code
 

Detailed Description

Definition at line 64 of file lzx_layer.c.

Member Data Documentation

◆ code

unsigned short h_elem::code

Definition at line 69 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ freq

int h_elem::freq

Definition at line 65 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ parent

struct ih_elem* h_elem::parent

Definition at line 68 of file lzx_layer.c.

◆ pathlength

short h_elem::pathlength

Definition at line 67 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ sym

short h_elem::sym

Definition at line 66 of file lzx_layer.c.

Referenced by build_huffman_tree().


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