Provide set relation methods based on Derived::setRelationMixinCompare A class using this mixin must provide:
More...
#include <SetRelationMixin.h>
|
SetCompare | compare (const Derived &trg) const |
| Compare sets. More...
|
|
SetCompare | compare (const SetRelationMixin< Derived > &trg) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
bool | compare (const Derived &trg, SetCompare cmp) const |
| Compare sets and match against SetCompare. More...
|
|
bool | compare (const SetRelationMixin< Derived > &trg, SetCompare cmp) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
bool | compare (const Derived &trg, SetRelation rel) const |
| Compare sets and match against SetRelation. More...
|
|
bool | compare (const SetRelationMixin< Derived > &trg, SetRelation rel) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
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.
◆ SetRelationMixin()
◆ ~SetRelationMixin()
◆ compare() [1/6]
◆ compare() [2/6]
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.
◆ compare() [3/6]
◆ compare() [4/6]
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.
◆ compare() [5/6]
◆ compare() [6/6]
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.
◆ DEFAULT_COPYABLE()
◆ DEFAULT_MOVABLE()
◆ derived()
◆ compare() [1/3]
◆ compare() [2/3]
◆ compare() [3/3]
◆ operator==()
◆ operator!=()
The documentation for this class was generated from the following file: