26#ifndef PILE_DESCRIPTOR_HPP 
   27#define PILE_DESCRIPTOR_HPP 
   29#include "../my_config.h" 
   45    struct pile_descriptor
 
   49    proto_compressor *compr; 
 
   50    pile_descriptor() { stack = 
nullptr; esc = 
nullptr; compr = 
nullptr; };
 
   51    pile_descriptor(pile *ptr);
 
   52    void check(
bool small) 
const; 
 
class escape definition, used for sequential reading of archives
 
libdar namespace encapsulate all libdar symbols
 
class pile definition. Used to manage a stack of generic_file objects
 
abstracted ancestor class for compressor and parallel_compressor classes