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
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
smart pointer class to be used to automagically manage multiple time pointed to address
@ saved
inode is saved in the archive
libdar namespace encapsulate all libdar symbols