11 #ifndef ZYPP_SAT_FILECONFLICTS_H 12 #define ZYPP_SAT_FILECONFLICTS_H 16 #include <zypp/base/PtrTypes.h> 73 std::ostream &
operator<<( std::ostream &
str,
const FileConflicts & obj );
76 std::ostream &
operator<<( std::ostream &
str,
const FileConflicts::Conflict & obj );
79 std::ostream &
dumpAsXmlOn( std::ostream &
str,
const FileConflicts & obj );
82 std::ostream &
dumpAsXmlOn( std::ostream &
str,
const FileConflicts::Conflict & obj );
86 {
return static_cast<const Queue &
>(lhs) == static_cast<const Queue &>(rhs); }
90 {
return !( lhs == rhs ); }
96 #endif // ZYPP_SAT_FILECONFLICTS_H
int IdType
Generic Id type.
const_iterator end() const
A Solvable object within the sat Pool.
IdString rhsFilename() const
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
friend bool operator==(const FileConflicts &lhs, const FileConflicts &rhs)
String related utilities and Regular expression matching.
detail::IdType _data[queueBlockSize]
Access to the sat-pools string space.
const_iterator begin() const
Libsolv queue representing file conflicts.
const_iterator begin() const
IdString lhsFilename() const
IdString rhsFilemd5() const
const value_type * const_iterator
IdString lhsFilemd5() const
Libsolv Id queue wrapper.
std::string asUserString() const
Ready to use (translated) string describing the Conflict.
Solvable lhsSolvable() const
static constexpr size_type queueBlockSize
std::ostream & dumpAsXmlOn(std::ostream &str, const FileConflicts &obj)
::s_Queue CQueue
Wrapped libsolv C data type exposed as backdoor.
Solvable rhsSolvable() const
Easy-to use interface to the ZYPP dependency resolver.
const_iterator end() const
bool operator!=(const FileConflicts &lhs, const FileConflicts &rhs)