Go to the documentation of this file.
4 #ifndef tools_press_func
5 #define tools_press_func
11 typedef bool (*
compress_func)(std::ostream&,
unsigned int,
unsigned int,
const char*,
unsigned int,
char*,
unsigned int&);
13 typedef bool (*
decompress_func)(std::ostream&,
unsigned int,
const char*,
unsigned int,
char*,
unsigned int&);