|
libzypp
17.38.7
|
#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/PoolDefines.h>
Go to the source code of this file.
Classes | |
| class | zypp::StrMatcher::Impl |
| StrMatcher implementation. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
| #define | OUTS(V) case Match::V: return str << #V; break |
| #define | OUTS(V) if ( val & Match::V.get() ) { val &= ~Match::V.get(); if ( sep ) str << sep; else sep = "|"; str << #V; } |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, Match::Mode obj) ZYPP_API |
| relates: Match::Mode Stream output More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const Match &obj) ZYPP_API |
| relates: Match Stream output More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const StrMatcher::Impl &obj) |
| relates: StrMatcher::Impl Stream output More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const StrMatcher &obj) |
| relates: StrMatcher Stream output More... | |
| bool | zypp::operator== (const StrMatcher &lhs, const StrMatcher &rhs) |
| relates: StrMatcher More... | |
| bool | zypp::operator< (const StrMatcher &lhs, const StrMatcher &rhs) |
| relates: StrMatcher Arbitrary order for std::container. More... | |
| #define OUTS | ( | V | ) | case Match::V: return str << #V; break |
| #define OUTS | ( | V | ) | if ( val & Match::V.get() ) { val &= ~Match::V.get(); if ( sep ) str << sep; else sep = "|"; str << #V; } |