26 #ifndef CAT_PILE_DESCRIPTOR_HPP
27 #define CAT_PILE_DESCRIPTOR_HPP
29 #include "../my_config.h"
45 struct pile_descriptor
50 pile_descriptor() { stack =
nullptr; esc =
nullptr; compr =
nullptr; };
51 pile_descriptor(pile *ptr);
52 void check(
bool small)
const;
class pile definition. Used to manage a stack of generic_file objects
class escape definition, used for sequential reading of archivesThe class escape is used to insert es...
compression engine implementation