29#include "../my_config.h" 
   58        virtual unsigned char signature()
 const override { 
return 'z'; };
 
   59    virtual std::string 
get_description()
 const override { 
return "end of directory"; };
 
base class for all object contained in a catalogue
 
the root class from all other inherite for any entry in the catalogue
 
cat_entree(saved_status val)
setup an object when read from filesystem
 
the End of Directory entry class
 
cat_entree * clone() const override
a way to copy the exact type of an object even if pointed to by a parent class pointer
 
virtual bool operator==(const cat_entree &ref) const override
returns true if the two object are the same
 
virtual std::string get_description() const override
inherited class designation
 
virtual unsigned char signature() const override
inherited class signature
 
@ saved
inode is saved in the archive
 
libdar namespace encapsulate all libdar symbols