Disk ARchive
2.4.2
|
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.
virtual crit_action* libdar::crit_action::clone | ( | ) | const [pure virtual] |
clone construction method
Implemented in libdar::crit_chain, libdar::testing, and libdar::crit_constant_action.
virtual void libdar::crit_action::get_action | ( | const nomme & | first, |
const nomme & | second, | ||
over_action_data & | data, | ||
over_action_ea & | ea | ||
) | const [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().