#include <LzmaDecode.h>
Data Fields | |
| CLzmaProperties | Properties |
| unsigned short * | Probs |
| const unsigned char * | Buffer |
| const unsigned char * | BufferLim |
| unsigned char * | Dictionary |
| unsigned int | Range |
| unsigned int | Code |
| unsigned int | DictionaryPos |
| unsigned int | GlobalPos |
| unsigned int | DistanceLimit |
| unsigned int | Reps [4] |
| int | State |
| int | RemainLen |
| unsigned char | TempDictionary [4] |
Definition at line 95 of file LzmaDecode.h.
| unsigned short* _CLzmaDecoderState::Probs |
| const unsigned char* _CLzmaDecoderState::Buffer |
| const unsigned char* _CLzmaDecoderState::BufferLim |
| unsigned char* _CLzmaDecoderState::Dictionary |
| unsigned int _CLzmaDecoderState::Range |
| unsigned int _CLzmaDecoderState::Code |
| unsigned int _CLzmaDecoderState::DictionaryPos |
| unsigned int _CLzmaDecoderState::GlobalPos |
| unsigned int _CLzmaDecoderState::DistanceLimit |
| unsigned int _CLzmaDecoderState::Reps[4] |
| unsigned char _CLzmaDecoderState::TempDictionary[4] |
1.5.1