15#include <zypp/base/LogTools.h>
16#include <zypp/base/Gettext.h>
17#include <zypp/base/Xml.h>
18#include <zypp/CheckSum.h>
32 static const char * text[2][2] = {{
37 " conflicts with file from package\n"
43 " conflicts with file from install of\n"
50 " conflicts with file from package\n"
56 " conflicts with file from install of\n"
66 static const char * text[2][2] = {{
71 " conflicts with file\n"
79 " conflicts with file\n"
88 " conflicts with file\n"
96 " conflicts with file\n"
138 for (
const auto & el : obj )
146 std::ostream & dumpAsXmlHelper( std::ostream &
str,
const std::string & tag_r,
IdString filename_r,
IdString md5sum_r,
Solvable solv_r )
Access to the sat-pools string space.
std::string asString() const
Conversion to std::string
Libsolv queue representing file conflicts.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
Stream output.
std::ostream & dumpAsXmlOn(std::ostream &str, const FileConflicts &obj)
XML output.
const_iterator begin() const
const_iterator end() const
A Solvable object within the sat Pool.
std::string asUserString() const
String representation "ident-edition.arch(repo)" or "noSolvable".
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & dumpRange(std::ostream &str, TIterator begin, TIterator end, const std::string &intro="{", const std::string &pfx="\n ", const std::string &sep="\n ", const std::string &sfx="\n", const std::string &extro="}")
Print range defined by iterators (multiline style).
IdString lhsFilename() const
IdString lhsFilemd5() const
IdString rhsFilename() const
Solvable lhsSolvable() const
std::string asUserString() const
Ready to use (translated) string describing the Conflict.
IdString rhsFilemd5() const
Solvable rhsSolvable() const
RAII writing a nodes start/end tag.