Go to the documentation of this file.
11 #ifndef ZYPP_SAT_FILECONFLICTS_H
12 #define ZYPP_SAT_FILECONFLICTS_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
bool operator!=(const FileConflicts &lhs, const FileConflicts &rhs)
A Solvable object within the sat Pool.
static constexpr size_type queueBlockSize
const_iterator end() const
IdString rhsFilename() const
std::ostream & dumpAsXmlOn(std::ostream &str, const FileConflicts &obj)
const_iterator begin() const
const_iterator begin() const
IdString rhsFilemd5() const
IdString lhsFilename() const
friend bool operator==(const FileConflicts &lhs, const FileConflicts &rhs)
detail::IdType _data[queueBlockSize]
Access to the sat-pools string space.
const value_type * const_iterator
int IdType
Generic Id type.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
std::string asUserString() const
Ready to use (translated) string describing the Conflict.
Easy-to use interface to the ZYPP dependency resolver.
IdString lhsFilemd5() const
Libsolv Id queue wrapper.
Libsolv queue representing file conflicts.
::s_Queue CQueue
Wrapped libsolv C data type exposed as backdoor.
Solvable lhsSolvable() const
String related utilities and Regular expression matching.
const_iterator end() const
Solvable rhsSolvable() const