Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
the testing class binds criterium to actions More...
#include <crit_action.hpp>
Public Member Functions | |
testing (const criterium &input, const crit_action &go_true, const crit_action &go_false) | |
the constructor More... | |
testing (const testing &ref) | |
testing (testing &&ref) noexcept | |
testing & | operator= (const testing &ref) |
testing & | operator= (testing &&ref) noexcept |
virtual void | get_action (const cat_nomme &first, const cat_nomme &second, over_action_data &data, over_action_ea &ea) const override |
the inherited pure virtual method from class crit_action that must be implemented | |
virtual crit_action * | clone () const override |
clone construction method More... | |
Public Member Functions inherited from libdar::crit_action | |
crit_action (const crit_action &ref)=default | |
crit_action (crit_action &&ref) noexcept=default | |
crit_action & | operator= (const crit_action &ref)=default |
crit_action & | operator= (crit_action &&ref) noexcept=default |
virtual | ~crit_action ()=default |
the destructor | |
Private Member Functions | |
void | nullifyptr () noexcept |
void | free () noexcept |
void | copy_from (const testing &ref) |
void | move_from (testing &&ref) noexcept |
bool | check () const |
returns false if an field is nullptr | |
Private Attributes | |
criterium * | x_input |
crit_action * | x_go_true |
crit_action * | x_go_false |
the testing class binds criterium to actions
a testing class is also an action that let the user build complex testing. It is thus possible to recursively use testing inside testing
Definition at line 142 of file crit_action.hpp.
libdar::testing::testing | ( | const criterium & | input, |
const crit_action & | go_true, | ||
const crit_action & | go_false | ||
) |
the constructor
[in] | input | is the criterium to base the evaluation on |
[in] | go_true | is the action to use for evaluation if the criterium states true |
[in] | go_false | is the action to use for evaluation if the criterium states false |
Referenced by clone().
|
inlineoverridevirtual |
clone construction method
Implements libdar::crit_action.
Definition at line 167 of file crit_action.hpp.
References testing().