FACT++  1.0
Huffman::Decoder::Decoder ( )
inline

Definition at line 238 of file huffman.h.

238  : isLeaf(false), lut(NULL)
239  {
240  }
Decoder * lut
Definition: huffman.h:236