|
libzypp
9.1.2
|
#include <satsolver/repo.h>#include <iostream>#include <sstream>#include <boost/mpl/int.hpp>#include "zypp/base/LogTools.h"#include "zypp/base/Gettext.h"#include "zypp/base/String.h"#include "zypp/sat/AttrMatcher.h"
Go to the source code of this file.
Classes | |
| struct | zypp::sat::AttrMatcher::Impl |
| AttrMatcher implementation. More... | |
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::sat |
|
| |
Defines | |
| #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) |
| std::ostream & | zypp::operator<< (std::ostream &str, const Match &obj) |
| std::ostream & | zypp::sat::operator<< (std::ostream &str, const AttrMatcher &obj) |
| bool | zypp::sat::operator== (const AttrMatcher &lhs, const AttrMatcher &rhs) |
| bool | zypp::sat::operator< (const AttrMatcher &lhs, const AttrMatcher &rhs) |
Definition in file AttrMatcher.cc.
| #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; } |
1.7.6.1