11#ifndef ZYPP_SAT_FILECONFLICTS_H
12#define ZYPP_SAT_FILECONFLICTS_H
86 {
return static_cast<const Queue &
>(lhs) ==
static_cast<const Queue &
>(rhs); }
90 {
return !( lhs == rhs ); }
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Access to the sat-pools string space.
Libsolv queue representing file conflicts.
bool operator!=(const FileConflicts &lhs, const FileConflicts &rhs)
const_iterator begin() const
const_iterator end() const
friend bool operator==(const FileConflicts &lhs, const FileConflicts &rhs)
Libsolv Id queue wrapper.
A Solvable object within the sat Pool.
String related utilities and Regular expression matching.
int IdType
Generic Id type.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
std::ostream & dumpAsXmlOn(std::ostream &str, const FileConflicts &obj)
Easy-to use interface to the ZYPP dependency resolver.
std::string asUserString(VendorSupportOption opt)
converts the support option to a name intended to be printed to the user.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
IdString lhsFilename() const
IdString lhsFilemd5() const
IdString rhsFilename() const
Solvable lhsSolvable() const
IdString rhsFilemd5() const
Solvable rhsSolvable() const