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 * clone() const override
a way to copy the exact type of an object even if pointed to by a parent class pointer ...
cat_entree(saved_status val)
setup an object when read from filesystem
inode is saved in the archive
virtual unsigned char signature() const override
inherited class signature
base class for all object contained in a catalogue
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
the root class from all other inherite for any entry in the catalogue
libdar namespace encapsulate all libdar symbols