ReactOS 0.4.15-dev-7842-g558ab78
ih_elem Struct Reference
Collaboration diagram for ih_elem:

Public Attributes

int freq
 
short sym
 
short pathlength
 
struct ih_elemparent
 
struct ih_elemleft
 
struct ih_elemright
 

Detailed Description

Definition at line 55 of file lzx_layer.c.

Member Data Documentation

◆ freq

int ih_elem::freq

Definition at line 56 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ left

struct ih_elem* ih_elem::left

Definition at line 60 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ parent

struct ih_elem* ih_elem::parent

Definition at line 59 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ pathlength

short ih_elem::pathlength

Definition at line 58 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ right

struct ih_elem* ih_elem::right

Definition at line 61 of file lzx_layer.c.

Referenced by build_huffman_tree().

◆ sym

short ih_elem::sym

Definition at line 57 of file lzx_layer.c.

Referenced by build_huffman_tree().


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