Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
returns true if the first entry has more or even EA (in number not in size) than the second entry More...
#include <criterium.hpp>
Public Member Functions | |
crit_in_place_more_EA (const crit_in_place_more_EA &ref)=default | |
crit_in_place_more_EA (crit_in_place_more_EA &&ref) noexcept=default | |
crit_in_place_more_EA & | operator= (const crit_in_place_more_EA &ref)=default |
crit_in_place_more_EA & | operator= (crit_in_place_more_EA &&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 the first entry has more or even EA (in number not in size) than the second entry
if an entry is not an inode or has no EA it is assumed it has zero EA, the comparison is done on that number.
Definition at line 407 of file criterium.hpp.
|
inlineoverridevirtual |
clone construction method
Implements libdar::criterium.
Reimplemented in libdar::crit_in_place_EA_bigger.
Definition at line 418 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.
Reimplemented in libdar::crit_in_place_EA_bigger.