Disk ARchive
2.4.2
|
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 | |
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 |
the basic constant action
the resulting action is not dependant on the files to compare it always returns the action provided through its constructor
libdar::crit_constant_action::crit_constant_action | ( | over_action_data | data, |
over_action_ea | ea | ||
) | [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().
Referenced by clone().
crit_action* libdar::crit_constant_action::clone | ( | ) | const [inline, virtual] |
clone construction method
Implements libdar::crit_action.
Definition at line 117 of file criterium.hpp.
References crit_constant_action().