libzypp  17.38.7
Solvable.h File Reference
#include <iosfwd>
#include <zypp/sat/detail/PoolMember.h>
#include <zypp/sat/SolvAttr.h>
#include <zypp/ResTraits.h>
#include <zypp/IdString.h>
#include <zypp/Edition.h>
#include <zypp/Arch.h>
#include <zypp/Dep.h>
#include <zypp/Capabilities.h>
#include <zypp/Capability.h>
#include <zypp/Locale.h>
Include dependency graph for Solvable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::sat::Solvable
 A Solvable object within the sat Pool. More...
 
class  zypp::sat::Solvable::SplitIdent
 Helper that splits an identifier into kind and name or vice versa. More...
 
class  zypp::sat::detail::SolvableIterator
 Iterate over valid Solvables in the pool. More...
 
struct  zypp::sat::asSolvable
 To Solvable transform functor. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::sat
 Libsolv interface
 
 zypp::sat::detail
 

Functions

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)
 

Function Documentation

◆ ZYPP_DEFINE_ID_HASHABLE()

ZYPP_DEFINE_ID_HASHABLE ( ::zypp::sat::Solvable  )