51 const std::string & xname,
53 cat_inode(xuid, xgid, xperm, last_access, last_modif, last_change, xname, fs_device)
56 cat_tube(
const std::shared_ptr<user_interaction> & dialog,
60 bool small):
cat_inode(dialog, pdesc, reading_ver,
saved, small) {};
62 cat_tube(
const cat_tube & ref) =
default;
63 cat_tube(cat_tube && ref)
noexcept =
default;
64 cat_tube & operator = (
const cat_tube & ref) =
default;
65 cat_tube & operator = (cat_tube && ref) =
default;
66 ~cat_tube() =
default;
75 virtual unsigned char signature()
const override {
return 'p'; };
79 virtual cat_entree *
clone()
const override {
return new (std::nothrow) cat_tube(*
this); };
base object for all inode types, managed EA and FSA, dates, permissions, ownership,...
class archive_version manages the version of the archive format
the root class from all other inherite for any entry in the catalogue
void set_saved_status(saved_status x)
modify the saved_status of the object
cat_inode(const infinint &xuid, const infinint &xgid, U_16 xperm, const datetime &last_access, const datetime &last_modif, const datetime &last_change, const std::string &xname, const infinint &device)
flag used to only consider certain fields when comparing/restoring inodes
virtual unsigned char signature() const override
inherited from cat_entree
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
virtual cat_entree * clone() const override
inherited from cat_entree
the arbitrary large positive integer class
smart pointer class to be used to automagically manage multiple time pointed to address
saved_status
data saved status for an entry
@ saved
inode is saved in the archive
include macro defined by the configure script and some specific additional ones
libdar namespace encapsulate all libdar symbols