![]() |
Disk ARchive
2.5.13
Full featured and portable backup and archiving tool
|
the basic constant action More...
#include <criterium.hpp>
Inherits libdar::crit_action.
Public Member Functions | |
crit_constant_action (over_action_data data, over_action_ea ea) | |
the constuctor More... | |
void | get_action (const cat_nomme &first, const cat_nomme &second, over_action_data &data, over_action_ea &ea) const |
the inherited pure virtual methods from class action that must be implemented | |
crit_action * | clone () const |
clone construction method More... | |
![]() | |
virtual | ~crit_action () |
the destructor | |
![]() | |
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 basic constant action
the resulting action is not dependant on the files to compare it always returns the action provided through its constructor
Definition at line 105 of file criterium.hpp.
|
inline |
the constuctor
[in] | data | the action to perform on data |
[in] | ea | the action to perform on EA |
Definition at line 112 of file criterium.hpp.
References libdar::compile_time::ea().
|
inlinevirtual |
clone construction method
Implements libdar::crit_action.
Definition at line 117 of file criterium.hpp.
References libdar::on_pool::get_pool().