#include <stdlib.h>#include <stdio.h>#include <string.h>#include <time.h>#include "ppm_expander.h"Include dependency graph for ppm_expander.cpp:

Go to the source code of this file.
Defines | |
| #define | METHOD_NB 2 |
| #define | METHOD_STORE 0 |
| #define | METHOD_PPM 1 |
| #define | DEFAULT_SUFFIX ".st" |
| #define | STAT_MAGIC_SIZE 4 |
Functions | |
| CExpander * | newcodec () |
Variables | |
| char | stat_magic [STAT_MAGIC_SIZE] = {'P','P','M','S'} |
|
|
Definition at line 22 of file ppm_expander.cpp. |
|
|
Definition at line 16 of file ppm_expander.cpp. |
|
|
Definition at line 19 of file ppm_expander.cpp. |
|
|
Definition at line 18 of file ppm_expander.cpp. |
|
|
Definition at line 24 of file ppm_expander.cpp. Referenced by ppm_expander::home(), and ppm_expander::locate(). |
|
|
Definition at line 122 of file ppm_expander.cpp. |
|
|
Definition at line 25 of file ppm_expander.cpp. Referenced by ppm_expander::home(). |
1.4.2