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"; };
the End of Directory entry class
cat_entree(saved_status val)
setup an object when read from filesystem
inode is saved in the archive
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 std::string get_description() const override
inherited class designation
virtual bool operator==(const cat_entree &ref) const override
returns true if the two object are the same
base class for all object contained in a catalogue
virtual unsigned char signature() const override
inherited class signature
the root class from all other inherite for any entry in the catalogue
libdar namespace encapsulate all libdar symbols