Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
returns true if the space used by EA of the first entry is greater or equal to the space used by the EA of the second entry (no EA means 0 byte for EA storage) More...
#include <criterium.hpp>
Public Member Functions | |
crit_in_place_EA_bigger (const crit_in_place_EA_bigger &ref)=default | |
crit_in_place_EA_bigger (crit_in_place_EA_bigger &&ref) noexcept=default | |
crit_in_place_EA_bigger & | operator= (const crit_in_place_EA_bigger &ref)=default |
crit_in_place_EA_bigger & | operator= (crit_in_place_EA_bigger &&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::crit_in_place_more_EA | |
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 |
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 space used by EA of the first entry is greater or equal to the space used by the EA of the second entry (no EA means 0 byte for EA storage)
this criterium does not have any consideration for the second entry
Definition at line 427 of file criterium.hpp.
|
inlineoverridevirtual |
clone construction method
Reimplemented from libdar::crit_in_place_more_EA.
Definition at line 438 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) |
Reimplemented from libdar::crit_in_place_more_EA.