Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CLzmaDec Struct Reference

#include <LzmaDec.h>

+ Collaboration diagram for CLzmaDec:

Data Fields

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

Detailed Description

Definition at line 48 of file LzmaDec.h.

Field Documentation

const Byte* CLzmaDec::buf

Definition at line 53 of file LzmaDec.h.

UInt32 CLzmaDec::checkDicSize

Definition at line 58 of file LzmaDec.h.

UInt32 CLzmaDec::code

Definition at line 54 of file LzmaDec.h.

Byte* CLzmaDec::dic

Definition at line 52 of file LzmaDec.h.

SizeT CLzmaDec::dicBufSize

Definition at line 56 of file LzmaDec.h.

SizeT CLzmaDec::dicPos

Definition at line 55 of file LzmaDec.h.

int CLzmaDec::needFlush

Definition at line 62 of file LzmaDec.h.

int CLzmaDec::needInitState

Definition at line 63 of file LzmaDec.h.

UInt32 CLzmaDec::numProbs

Definition at line 64 of file LzmaDec.h.

CLzmaProb* CLzmaDec::probs

Definition at line 51 of file LzmaDec.h.

UInt32 CLzmaDec::processedPos

Definition at line 57 of file LzmaDec.h.

CLzmaProps CLzmaDec::prop

Definition at line 50 of file LzmaDec.h.

UInt32 CLzmaDec::range

Definition at line 54 of file LzmaDec.h.

unsigned CLzmaDec::remainLen

Definition at line 61 of file LzmaDec.h.

UInt32 CLzmaDec::reps[4]

Definition at line 60 of file LzmaDec.h.

unsigned CLzmaDec::state

Definition at line 59 of file LzmaDec.h.

Byte CLzmaDec::tempBuf[LZMA_REQUIRED_INPUT_MAX]

Definition at line 66 of file LzmaDec.h.

unsigned CLzmaDec::tempBufSize

Definition at line 65 of file LzmaDec.h.


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