Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Public Member Functions | List of all members
libdar::crit_action Class Referenceabstract

the global action for overwriting More...

#include <crit_action.hpp>

+ Inheritance diagram for libdar::crit_action:
+ Collaboration diagram for libdar::crit_action:

Public Member Functions

 crit_action (const crit_action &ref)=default
 
 crit_action (crit_action &&ref) noexcept=default
 
crit_actionoperator= (const crit_action &ref)=default
 
crit_actionoperator= (crit_action &&ref) noexcept=default
 
virtual ~crit_action ()=default
 the destructor
 
virtual void get_action (const cat_nomme &first, const cat_nomme &second, over_action_data &data, over_action_ea &ea) const =0
 the action to take based on the files to compare More...
 
virtual crit_actionclone () const =0
 clone construction method More...
 

Detailed Description

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 80 of file crit_action.hpp.

Member Function Documentation

◆ clone()

virtual crit_action* libdar::crit_action::clone ( ) const
pure virtual

clone construction method

Returns
a new object of the same type,
Note
this method must be implemented in all the leaf classes of the class crit_action hierarchy

Implemented in libdar::crit_chain, libdar::testing, and libdar::crit_constant_action.

◆ get_action()

virtual void libdar::crit_action::get_action ( const cat_nomme first,
const cat_nomme second,
over_action_data data,
over_action_ea ea 
) const
pure virtual

the action to take based on the files to compare

Parameters
[in]firstis the 'in place' inode
[in]secondis the 'to be added' inode
[out]datais the action to perform with file's data
[out]eais 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().


The documentation for this class was generated from the following file: