libzypp 17.38.7
LookupAttr.cc File Reference
#include <iostream>
#include <sstream>
#include <utility>
#include <zypp-core/base/LogTools.h>
#include <zypp-core/base/String.h>
#include <zypp/sat/detail/PoolImpl.h>
#include <zypp/sat/Pool.h>
#include <zypp/sat/LookupAttr.h>
#include <zypp/base/StrMatcher.h>
#include <zypp/CheckSum.h>

Go to the source code of this file.

Classes

class  zypp::sat::LookupAttr::Impl
 LookupAttr implememtation. More...

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::sat
 Libsolv interface
namespace  zypp::sat::detail

Functions

std::ostream & zypp::sat::operator<< (std::ostream &str, const LookupAttr &obj) ZYPP_API
 relates: LookupAttr Stream output.
std::ostream & zypp::sat::dumpOn (std::ostream &str, const LookupAttr &obj) ZYPP_API
 relates: LookupAttr Verbose stream output including the query result.
std::ostream & zypp::sat::detail::operator<< (std::ostream &str, const DIWrap &obj)
 relates: DIWrap Stream output.
std::ostream & zypp::sat::operator<< (std::ostream &str, const LookupAttr::iterator &obj) ZYPP_API
 relates: zypp::sat::LookupAttr::iterator Stream output.
std::ostream & operator<< (std::ostream &str, const zypp::sat::detail::CDataiterator *obj)
 relates: zypp::sat::LookupAttr::iterator Stream output of the underlying iterator for debug.
static const SolvableIdType zypp::sat::noSolvableId (0)
 Id to denote Solvable::noSolvable.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & str,
const zypp::sat::detail::CDataiterator * obj )

relates: zypp::sat::LookupAttr::iterator Stream output of the underlying iterator for debug.

Definition at line 808 of file LookupAttr.cc.