CMS 3D CMS Logo

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 47 of file LzmaDec.h.

Member Data Documentation

◆ buf

const Byte* CLzmaDec::buf

Definition at line 51 of file LzmaDec.h.

◆ checkDicSize

UInt32 CLzmaDec::checkDicSize

Definition at line 56 of file LzmaDec.h.

◆ code

UInt32 CLzmaDec::code

Definition at line 52 of file LzmaDec.h.

◆ dic

Byte* CLzmaDec::dic

Definition at line 50 of file LzmaDec.h.

◆ dicBufSize

SizeT CLzmaDec::dicBufSize

Definition at line 54 of file LzmaDec.h.

◆ dicPos

SizeT CLzmaDec::dicPos

Definition at line 53 of file LzmaDec.h.

◆ needFlush

int CLzmaDec::needFlush

Definition at line 60 of file LzmaDec.h.

◆ needInitState

int CLzmaDec::needInitState

Definition at line 61 of file LzmaDec.h.

◆ numProbs

UInt32 CLzmaDec::numProbs

Definition at line 62 of file LzmaDec.h.

◆ probs

UInt16* CLzmaDec::probs

Definition at line 49 of file LzmaDec.h.

◆ processedPos

UInt32 CLzmaDec::processedPos

Definition at line 55 of file LzmaDec.h.

◆ prop

CLzmaProps CLzmaDec::prop

Definition at line 48 of file LzmaDec.h.

◆ range

UInt32 CLzmaDec::range

Definition at line 52 of file LzmaDec.h.

◆ remainLen

unsigned CLzmaDec::remainLen

Definition at line 59 of file LzmaDec.h.

◆ reps

UInt32 CLzmaDec::reps[4]

Definition at line 58 of file LzmaDec.h.

◆ state

unsigned CLzmaDec::state

Definition at line 57 of file LzmaDec.h.

◆ tempBuf

Byte CLzmaDec::tempBuf[20]

Definition at line 64 of file LzmaDec.h.

◆ tempBufSize

unsigned CLzmaDec::tempBufSize

Definition at line 63 of file LzmaDec.h.