CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
CLzmaDec Struct Reference

#include <LzmaDec.h>

Public Attributes

const Bytebuf
 
UInt32 checkDicSize
 
UInt32 code
 
Bytedic
 
SizeT dicBufSize
 
SizeT dicPos
 
int needFlush
 
int needInitState
 
UInt32 numProbs
 
UInt16probs
 
UInt32 processedPos
 
CLzmaProps prop
 
UInt32 range
 
unsigned remainLen
 
UInt32 reps [4]
 
unsigned state
 
Byte tempBuf [20]
 
unsigned tempBufSize
 

Detailed Description

Definition at line 50 of file LzmaDec.h.

Member Data Documentation

const Byte* CLzmaDec::buf

Definition at line 55 of file LzmaDec.h.

Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), and LzmaDec_DecodeToDic().

UInt32 CLzmaDec::checkDicSize
UInt32 CLzmaDec::code
Byte* CLzmaDec::dic
SizeT CLzmaDec::dicBufSize
SizeT CLzmaDec::dicPos
int CLzmaDec::needFlush

Definition at line 64 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_InitRc().

int CLzmaDec::needInitState

Definition at line 65 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_InitStateReal().

UInt32 CLzmaDec::numProbs

Definition at line 66 of file LzmaDec.h.

Referenced by LzmaDec_AllocateProbs2().

UInt16* CLzmaDec::probs
UInt32 CLzmaDec::processedPos
CLzmaProps CLzmaDec::prop
UInt32 CLzmaDec::range

Definition at line 56 of file LzmaDec.h.

Referenced by LzmaDec_DecodeReal(), LzmaDec_InitRc(), and LzmaDec_TryDummy().

unsigned CLzmaDec::remainLen
UInt32 CLzmaDec::reps[4]
unsigned CLzmaDec::state

Definition at line 61 of file LzmaDec.h.

Referenced by LzmaDec_DecodeReal(), LzmaDec_InitStateReal(), and LzmaDec_TryDummy().

Byte CLzmaDec::tempBuf[20]

Definition at line 68 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic().

unsigned CLzmaDec::tempBufSize

Definition at line 67 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic(), and LzmaDec_InitDicAndState().