Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
libdar::crit_and Class Reference

realises the AND operator More...

#include <criterium.hpp>

+ Inheritance diagram for libdar::crit_and:
+ Collaboration diagram for libdar::crit_and:

Public Member Functions

 crit_and (const crit_and &ref)
 
 crit_and (crit_and &&ref)=default
 
crit_andoperator= (const crit_and &ref)
 
crit_andoperator= (crit_and &&ref) noexcept=default
 
void add_crit (const criterium &ref)
 
void clear ()
 
void gobe (crit_and &to_be_voided)
 this call merges to the current call the arguments of another "crit_and", the given argument is cleared of its arguments.
 
virtual bool evaluate (const cat_nomme &first, const cat_nomme &second) const override
 criterum interface method More...
 
virtual criteriumclone () const override
 clone construction method More...
 
- Public Member Functions inherited from libdar::criterium
 criterium (const criterium &ref)=default
 
 criterium (criterium &&ref) noexcept=default
 
criteriumoperator= (const criterium &ref)=default
 
criteriumoperator= (criterium &&ref) noexcept=default
 

Protected Attributes

std::deque< criterium * > operand
 

Private Member Functions

void copy_from (const crit_and &ref)
 
void detruit ()
 

Detailed Description

realises the AND operator

Definition at line 506 of file criterium.hpp.

Member Function Documentation

◆ clone()

virtual criterium* libdar::crit_and::clone ( ) const
inlineoverridevirtual

clone construction method

Returns
a new object of the same type,
Note
this method must be implemented in all the leaf classes of the class hierarchy rooted at the criterium class

Implements libdar::criterium.

Definition at line 523 of file criterium.hpp.

◆ evaluate()

virtual bool libdar::crit_and::evaluate ( const cat_nomme first,
const cat_nomme second 
) const
overridevirtual

criterum interface method

Parameters
[in]firstentry to compare with the following (this is the original or 'in place' entry)
[in]secondthe other entry to compare with the previous one (this is the new entry to add)
Returns
the result of the criterium evaluation (true or false)

Implements libdar::criterium.


The documentation for this class was generated from the following file: