Disk ARchive
2.4.5
|
the global action for overwriting More...
#include <criterium.hpp>
Inherited by libdar::crit_chain, libdar::crit_constant_action, and libdar::testing.
Public Member Functions | |
virtual | ~crit_action () |
the destructor | |
virtual void | get_action (const nomme &first, const nomme &second, over_action_data &data, over_action_ea &ea) const =0 |
the action to take based on the files to compare | |
virtual crit_action * | clone () const =0 |
clone construction method |
the global action for overwriting
this class is a generic interface to handle what action to perform on both EA and Data based on two files to evaluate.
Definition at line 77 of file criterium.hpp.
|
pure virtual |
clone construction method
Implemented in libdar::crit_chain, libdar::testing, and libdar::crit_constant_action.
|
pure virtual |
the action to take based on the files to compare
[in] | first | is the 'in place' inode |
[in] | second | is the 'to be added' inode |
[out] | data | is the action to perform with file's data |
[out] | ea | is the action to perform with file's EA |
Implemented in libdar::crit_chain, libdar::testing, and libdar::crit_constant_action.
Referenced by libdar::testing::get_action().