Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
returns true if both inputs are inode of the same type (file/pipe/device/...) and share inode information More...
#include <criterium.hpp>
Public Member Functions | |
crit_same_inode_data (const crit_same_inode_data &ref)=default | |
crit_same_inode_data (crit_same_inode_data &&ref) noexcept=default | |
crit_same_inode_data & | operator= (const crit_same_inode_data &ref)=default |
crit_same_inode_data & | operator= (crit_same_inode_data &&ref) noexcept=default |
virtual bool | evaluate (const cat_nomme &first, const cat_nomme &second) const override |
criterum interface method More... | |
virtual criterium * | clone () const override |
clone construction method More... | |
Public Member Functions inherited from libdar::criterium | |
criterium (const criterium &ref)=default | |
criterium (criterium &&ref) noexcept=default | |
criterium & | operator= (const criterium &ref)=default |
criterium & | operator= (criterium &&ref) noexcept=default |
returns true if both inputs are inode of the same type (file/pipe/device/...) and share inode information
inode information taken into account is . the permission, . ownership . modification date . file size (for plain files or hard linked files) . major and minor (for block and char devices) . target (for symlinks)
But no comparison is done on atime and mtime.
Definition at line 320 of file criterium.hpp.
|
inlineoverridevirtual |
clone construction method
Implements libdar::criterium.
Definition at line 331 of file criterium.hpp.
|
overridevirtual |
criterum interface method
[in] | first | entry to compare with the following (this is the original or 'in place' entry) |
[in] | second | the other entry to compare with the previous one (this is the new entry to add) |
Implements libdar::criterium.