![]() |
Disk ARchive
2.5.12
Full featured and portable backup and archiving tool
|
the global action for overwriting More...
#include <criterium.hpp>
Inherits libdar::on_pool.
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 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_action * | clone () const =0 |
clone construction method More... | |
![]() | |
void * | operator new (size_t n_byte) |
void * | operator new (size_t n_byte, const std::nothrow_t ¬hrow_value) |
void * | operator new[] (size_t n_byte) |
void * | operator new[] (size_t n_byte, const std::nothrow_t ¬hrow_value) |
void * | operator new (size_t n_byte, memory_pool *p) |
void * | operator new[] (size_t n_byte, memory_pool *p) |
void | operator delete (void *ptr, memory_pool *p) |
this operator is called by the compiler if an exception is throw from the constructor of the allocated object | |
void | operator delete[] (void *ptr, memory_pool *p) |
this operator is called by the compiler if an exception is throw from the constructor of the allocated objects | |
void | operator delete (void *ptr) |
this is the usual delete operator, modified to handle allocated objects allocated on a memory pool or not | |
void | operator delete[] (void *ptr) |
this is the usual delete[] operator, modified to handle allocated objects allocated on a memory pool or not | |
Additional Inherited Members | |
![]() | |
memory_pool * | get_pool () const |
template<class T > | |
void | meta_new (T *&ptr, size_t num) |
template<class T > | |
void | meta_delete (T *ptr) |
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.
Referenced by libdar::crit_and::clone(), and ~crit_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 ~crit_action().