This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PRESET_CODE_MAX 256 |
| #define | END_OF_INPUT 256 |
| #define | NEW_DICTIONARY 257 |
| #define | UNUSED_CODE 258 |
| #define | STARTING_CODE 259 |
| #define | MAX_CODE 65536 |
| #define | DICTIONARY_SIZE 81901L |
Typedefs | |
| typedef unsigned short | CodeType |
| typedef unsigned long | IndexType |
| typedef unsigned long | CountType |
Variables | |
| const char * | LZ_SIGNATURE |
| const char * | RLE_SIGNATURE |
|
|
Definition at line 44 of file lzw.h. Referenced by tlzwstreamcompression::writedata(). |
|
|
Definition at line 39 of file lzw.h. Referenced by tlzwstreamcompression::close(), and tlzwstreamcompression::readdata(). |
|
|
Definition at line 43 of file lzw.h. Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata(). |
|
|
Definition at line 40 of file lzw.h. Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata(). |
|
|
|
|
|
Definition at line 42 of file lzw.h. Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata(). |
|
|
Definition at line 41 of file lzw.h. Referenced by tlzwstreamcompression::writedata(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 86 of file basestrm.cpp. Referenced by tanycompression::init(). |
|
|
Definition at line 87 of file basestrm.cpp. Referenced by tanycompression::init(). |
1.4.2