Disk ARchive 2.4.2
|
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 |
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.
criterium* libdar::crit_in_place_EA_bigger::clone | ( | ) | const [inline, virtual] |
clone construction method
Reimplemented from libdar::crit_in_place_more_EA.
Definition at line 443 of file criterium.hpp.
bool libdar::crit_in_place_EA_bigger::evaluate | ( | const nomme & | first, |
const nomme & | second | ||
) | const [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.