![]() |
Disk ARchive 2.7.16
Full featured and portable backup and archiving tool
|
the generic criterium class, parent of all criterium More...
#include <criterium.hpp>
Public Member Functions | |
criterium (const criterium &ref)=default | |
criterium (criterium &&ref) noexcept=default | |
criterium & | operator= (const criterium &ref)=default |
criterium & | operator= (criterium &&ref) noexcept=default |
virtual bool | evaluate (const cat_nomme &first, const cat_nomme &second) const=0 |
criterum interface method | |
virtual criterium * | clone () const=0 |
clone construction method |
the generic criterium class, parent of all criterium
this is a pure virtual class that is used in API call it is used to federate under a single type all the criterium classes defined below. It defines a common interface for all of them.
Definition at line 51 of file criterium.hpp.
|
inline |
Definition at line 54 of file criterium.hpp.
|
inlinevirtual |
Definition at line 59 of file criterium.hpp.
|
pure virtual |
clone construction method
|
pure virtual |
criterum interface method
[in] | first | entry to compare with the following (this is the original or 'in place' entry) |
[in] | second | the other entry to compare with the previous one (this is the new entry to add) |