|
libzypp 17.38.3
|
#include <solv/repo.h>#include <iostream>#include <sstream>#include <zypp-core/base/LogTools.h>#include <zypp-core/base/Gettext.h>#include <zypp-core/base/String.h>#include <zypp/base/StrMatcher.h>#include <zypp/sat/detail/PoolMember.h>
Go to the source code of this file.
Classes | |
| class | zypp::StrMatcher::Impl |
| StrMatcher implementation. More... | |
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
| #define | OUTS(V) |
| #define | OUTS(V) |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, Match::Mode obj) |
| std::ostream & | zypp::operator<< (std::ostream &str, const Match &obj) |
| std::ostream & | zypp::operator<< (std::ostream &str, const StrMatcher &obj) |
| bool | zypp::operator== (const StrMatcher &lhs, const StrMatcher &rhs) |
| bool | zypp::operator< (const StrMatcher &lhs, const StrMatcher &rhs) |
| #define OUTS | ( | V | ) |