libzypp  11.13.5
StrMatcher.cc File Reference
#include <solv/repo.h>
#include <iostream>
#include <sstream>
#include "zypp/base/LogTools.h"
#include "zypp/base/Gettext.h"
#include "zypp/base/String.h"
#include "zypp/base/StrMatcher.h"
Include dependency graph for StrMatcher.cc:

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)   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::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)

Detailed Description

Definition in file StrMatcher.cc.


Macro Definition Documentation

#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; }