|
| std::ostream & | zypp::operator<< (std::ostream &str, const SetCompare::Enum &obj) |
| | relates: SetCompare Stream output
|
| std::ostream & | zypp::operator<< (std::ostream &str, const SetCompare &obj) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| std::ostream & | zypp::operator<< (std::ostream &str, const SetRelation::Enum &obj) |
| | relates: SetRelation Stream output
|
| std::ostream & | zypp::operator<< (std::ostream &str, const SetRelation &obj) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetRelation::Enum &lhs, const SetCompare::Enum &rhs) |
| | relates: SetRelation relates: SetCompare Matching SetCompare and SetRelation
|
| bool | zypp::operator== (const SetRelation::Enum &lhs, const SetCompare &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetRelation &lhs, const SetCompare::Enum &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetRelation &lhs, const SetCompare &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetCompare::Enum &lhs, const SetRelation::Enum &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetCompare::Enum &lhs, const SetRelation &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetCompare &lhs, const SetRelation::Enum &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const SetCompare &lhs, const SetRelation &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetRelation::Enum &lhs, const SetCompare::Enum &rhs) |
| | relates: SetRelation relates: SetCompare Matching SetCompare and SetRelation
|
| bool | zypp::operator!= (const SetRelation::Enum &lhs, const SetCompare &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetRelation &lhs, const SetCompare::Enum &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetRelation &lhs, const SetCompare &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetCompare::Enum &lhs, const SetRelation::Enum &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetCompare::Enum &lhs, const SetRelation &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetCompare &lhs, const SetRelation::Enum &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const SetCompare &lhs, const SetRelation &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| template<class Derived> |
| SetCompare | zypp::base::compare (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg) |
| | relates: SetRelationMixin Compare sets
|
| template<class Derived> |
| bool | zypp::base::compare (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg, SetCompare cmp) |
| | relates: SetRelationMixin Compare sets and match against SetCompare
|
| template<class Derived> |
| bool | zypp::base::compare (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg, SetRelation rel) |
| | relates: SetRelationMixin Compare sets and match against SetRelation
|
| template<class Derived> |
| bool | zypp::base::operator== (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg) |
| | relates: SetRelationMixin Equal
|
| template<class Derived> |
| bool | zypp::base::operator!= (const SetRelationMixin< Derived > &src, const SetRelationMixin< Derived > &trg) |
| | relates: SetRelationMixin Unequal
|