Disk ARchive
2.4.17
|
the crit_chain class sequences crit_actions up to full definition of the action More...
#include <criterium.hpp>
Inherits libdar::crit_action.
Public Member Functions | |
crit_chain (const crit_chain &ref) | |
const crit_chain & | operator= (const crit_chain &ref) |
void | add (const crit_action &act) |
void | clear () |
void | gobe (crit_chain &to_be_voided) |
void | get_action (const nomme &first, const nomme &second, over_action_data &data, over_action_ea &ea) const |
the action to take based on the files to compare More... | |
crit_action * | clone () const |
clone construction method More... | |
![]() | |
virtual | ~crit_action () |
the destructor | |
the crit_chain class sequences crit_actions up to full definition of the action
several expressions must be added. The first is evaluated, then the second, up to the last or up to the step the data_action and ea_action are both fully defined (no data_undefined nor ea_undefined)
Definition at line 203 of file criterium.hpp.
|
inlinevirtual |
clone construction method
Implements libdar::crit_action.
Definition at line 217 of file criterium.hpp.
|
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 |
Implements libdar::crit_action.