|
| std::ostream & | zypp::sat::operator<< (std::ostream &str, const Solvable &obj) ZYPP_API |
| | relates: Solvable Stream output More...
|
| |
| std::ostream & | zypp::sat::dumpOn (std::ostream &str, const Solvable &obj) ZYPP_API |
| | relates: Solvable More verbose stream output including dependencies More...
|
| |
| std::ostream & | zypp::sat::dumpAsXmlOn (std::ostream &str, const Solvable &obj) ZYPP_API |
| | relates: Solvable XML output More...
|
| |
| bool | zypp::sat::operator== (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable More...
|
| |
| bool | zypp::sat::operator!= (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable More...
|
| |
| bool | zypp::sat::operator< (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable More...
|
| |
| template<class TRes > |
| bool | zypp::sat::isKind (const Solvable &solvable_r) |
| | relates: Solvable Test whether a Solvable is of a certain Kind. More...
|
| |
| bool | zypp::sat::identical (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable Test for same content. More...
|
| |
| bool | zypp::sat::sameNVRA (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable Test for same name version release and arch. More...
|
| |
| int | zypp::sat::compareByN (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable Compare according to kind and name. More...
|
| |
| int | zypp::sat::compareByNVR (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable Compare according to kind, name and edition. More...
|
| |
| int | zypp::sat::compareByNVRA (const Solvable &lhs, const Solvable &rhs) |
| | relates: Solvable Compare according to kind, name, edition and arch. More...
|
| |
| | ZYPP_DEFINE_ID_HASHABLE (::zypp::sat::Solvable) |
| |