Disk ARchive
2.4.5
|
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>
Inherits libdar::crit_in_place_more_EA.
Public Member Functions | |
bool | evaluate (const nomme &first, const nomme &second) const |
criterum interface method | |
criterium * | clone () const |
clone construction method |
Additional Inherited Members | |
![]() | |
static const inode * | get_inode (const nomme *arg) |
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 439 of file criterium.hpp.
|
inlinevirtual |
clone construction method
Reimplemented from libdar::crit_in_place_more_EA.
Definition at line 443 of file criterium.hpp.
|
virtual |
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.