libzypp  15.28.6
zypp::base::SetRelationMixin< Derived > Class Template Reference

Provide set relation methods based on Derived::setRelationMixinCompare A class using this mixin must provide: More...

#include <SetRelationMixin.h>

Public Member Functions

SetCompare compare (const Derived &trg) const
 Compare sets. More...
 
SetCompare compare (const SetRelationMixin< Derived > &trg) const
 
bool compare (const Derived &trg, SetCompare cmp) const
 Compare sets and match against SetCompare. More...
 
bool compare (const SetRelationMixin< Derived > &trg, SetCompare cmp) const
 
bool compare (const Derived &trg, SetRelation rel) const
 Compare sets and match against SetRelation. More...
 
bool compare (const SetRelationMixin< Derived > &trg, SetRelation rel) const
 

Protected Member Functions

 SetRelationMixin ()
 
 DEFAULT_COPYABLE (SetRelationMixin)
 
 DEFAULT_MOVABLE (SetRelationMixin)
 
 ~SetRelationMixin ()
 

Private Member Functions

const Derived & derived () const
 Access to sublass Derived. More...
 

Related Functions

(Note that these are not member functions.)

template<class Derived >
SetCompare compare (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg)
 
template<class Derived >
bool compare (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg, SetCompare cmp)
 
template<class Derived >
bool compare (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg, SetRelation rel)
 
template<class Derived >
bool operator== (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg)
 
template<class Derived >
bool operator!= (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg)
 

Detailed Description

template<class Derived>
class zypp::base::SetRelationMixin< Derived >

Provide set relation methods based on Derived::setRelationMixinCompare A class using this mixin must provide:

SetCompare setRelationMixinCompare( const Derived & rhs ) const;
See Also
SETRELATIONMIXIN_DEFINE_COMPARE_BETWEEN

Definition at line 144 of file SetRelationMixin.h.

Constructor & Destructor Documentation

template<class Derived>
zypp::base::SetRelationMixin< Derived >::SetRelationMixin ( )
inlineprotected

Definition at line 169 of file SetRelationMixin.h.

template<class Derived>
zypp::base::SetRelationMixin< Derived >::~SetRelationMixin ( )
inlineprotected

Definition at line 172 of file SetRelationMixin.h.

Member Function Documentation

template<class Derived>
SetCompare zypp::base::SetRelationMixin< Derived >::compare ( const Derived &  trg) const
inline

Compare sets.

Definition at line 148 of file SetRelationMixin.h.

template<class Derived>
SetCompare zypp::base::SetRelationMixin< Derived >::compare ( const SetRelationMixin< Derived > &  trg) const
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 151 of file SetRelationMixin.h.

template<class Derived>
bool zypp::base::SetRelationMixin< Derived >::compare ( const Derived &  trg,
SetCompare  cmp 
) const
inline

Compare sets and match against SetCompare.

Definition at line 155 of file SetRelationMixin.h.

template<class Derived>
bool zypp::base::SetRelationMixin< Derived >::compare ( const SetRelationMixin< Derived > &  trg,
SetCompare  cmp 
) const
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 158 of file SetRelationMixin.h.

template<class Derived>
bool zypp::base::SetRelationMixin< Derived >::compare ( const Derived &  trg,
SetRelation  rel 
) const
inline

Compare sets and match against SetRelation.

Definition at line 162 of file SetRelationMixin.h.

template<class Derived>
bool zypp::base::SetRelationMixin< Derived >::compare ( const SetRelationMixin< Derived > &  trg,
SetRelation  rel 
) const
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 165 of file SetRelationMixin.h.

template<class Derived>
zypp::base::SetRelationMixin< Derived >::DEFAULT_COPYABLE ( SetRelationMixin< Derived >  )
protected
template<class Derived>
zypp::base::SetRelationMixin< Derived >::DEFAULT_MOVABLE ( SetRelationMixin< Derived >  )
protected
template<class Derived>
const Derived& zypp::base::SetRelationMixin< Derived >::derived ( ) const
inlineprivate

Access to sublass Derived.

Definition at line 176 of file SetRelationMixin.h.

Friends And Related Function Documentation

template<class Derived >
SetCompare compare ( const SetRelationMixin< Derived > &  src,
const SetRelationMixin< Derived > &  trg 
)
related

Compare sets

Definition at line 182 of file SetRelationMixin.h.

template<class Derived >
bool compare ( const SetRelationMixin< Derived > &  src,
const SetRelationMixin< Derived > &  trg,
SetCompare  cmp 
)
related

Compare sets and match against SetCompare

Definition at line 187 of file SetRelationMixin.h.

template<class Derived >
bool compare ( const SetRelationMixin< Derived > &  src,
const SetRelationMixin< Derived > &  trg,
SetRelation  rel 
)
related

Compare sets and match against SetRelation

Definition at line 192 of file SetRelationMixin.h.

template<class Derived >
bool operator== ( const SetRelationMixin< Derived > &  src,
const SetRelationMixin< Derived > &  trg 
)
related

Equal

Definition at line 197 of file SetRelationMixin.h.

template<class Derived >
bool operator!= ( const SetRelationMixin< Derived > &  src,
const SetRelationMixin< Derived > &  trg 
)
related

Unequal

Definition at line 202 of file SetRelationMixin.h.


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