Disk ARchive
2.4.11
|
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 nomme &first, const 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 | |
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 104 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 111 of file criterium.hpp.
References libdar::compile_time::ea().
Referenced by clone().
|
inlinevirtual |
clone construction method
Implements libdar::crit_action.
Definition at line 116 of file criterium.hpp.
References crit_constant_action().