Tree Compression with Top Trees Revisited
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
HuffNode Struct Reference

A node in a Huffman tree (base class) More...

#include <Huffman.h>

Inheritance diagram for HuffNode:
Inheritance graph
[legend]

Public Member Functions

virtual ~HuffNode ()
 

Public Attributes

const int frequency
 

Protected Member Functions

 HuffNode (const int frequency)
 

Detailed Description

A node in a Huffman tree (base class)

Definition at line 14 of file Huffman.h.

Constructor & Destructor Documentation

virtual HuffNode::~HuffNode ( )
inlinevirtual

Definition at line 16 of file Huffman.h.

HuffNode::HuffNode ( const int  frequency)
inlineprotected

Definition at line 18 of file Huffman.h.

Member Data Documentation

const int HuffNode::frequency

Definition at line 15 of file Huffman.h.


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