26 #ifndef CAT_PILE_DESCRIPTOR_HPP 27 #define CAT_PILE_DESCRIPTOR_HPP 29 #include "../my_config.h" 46 struct pile_descriptor:
public on_pool
51 pile_descriptor() { stack =
nullptr; esc =
nullptr; compr =
nullptr; };
52 pile_descriptor(pile *ptr);
53 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
this is the base class of object that can be allocated on a memory pool
libdar namespace encapsulate all libdar symbols