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