doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
huffmanNode_s Struct Reference

Public Attributes

int symbol
 
int frequency
 
struct huffmanNode_snext
 
struct huffmanNode_schildren [2]
 

Detailed Description

Definition at line 261 of file DeclManager.cpp.

Member Data Documentation

struct huffmanNode_s* huffmanNode_s::children[2]

Definition at line 265 of file DeclManager.cpp.

int huffmanNode_s::frequency

Definition at line 263 of file DeclManager.cpp.

struct huffmanNode_s* huffmanNode_s::next

Definition at line 264 of file DeclManager.cpp.

int huffmanNode_s::symbol

Definition at line 262 of file DeclManager.cpp.


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