libzypp  17.38.7
LookupAttr.h File Reference
#include <iosfwd>
#include <utility>
#include <zypp-core/base/PtrTypes.h>
#include <zypp-core/base/DefaultIntegral>
#include <zypp-core/Globals.h>
#include <zypp/sat/detail/PoolMember.h>
#include <zypp/sat/SolvAttr.h>
Include dependency graph for LookupAttr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::sat::LookupAttr
 Lightweight attribute value lookup. More...
 
class  zypp::sat::LookupAttr::TransformIterator< TResult, TAttr >
 TransformIterator returning an iterator vaue of type TResult. More...
 
class  zypp::sat::LookupRepoAttr
 Lightweight repository attribute value lookup. More...
 
class  zypp::sat::detail::DIWrap
 Wrapper around sat detail::CDataiterator. More...
 
class  zypp::sat::LookupAttr::iterator
 Result iterator. More...
 
class  zypp::sat::ArrayAttr< TResult, TAttr >
 LookupAttr::TransformIterator based container to retrieve list attributes. More...
 

Namespaces

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

Functions

std::ostream & zypp::sat::operator<< (std::ostream &str, const LookupAttr &obj) ZYPP_API
 relates: LookupAttr Stream output. More...
 
std::ostream & zypp::sat::dumpOn (std::ostream &str, const LookupAttr &obj) ZYPP_API
 relates: LookupAttr Verbose stream output including the query result. More...
 
std::ostream & zypp::sat::detail::operator<< (std::ostream &str, const DIWrap &obj)
 relates: DIWrap Stream output. More...
 
std::ostream & zypp::sat::operator<< (std::ostream &str, const LookupAttr::iterator &obj) ZYPP_API
 relates: zypp::sat::LookupAttr::iterator Stream output. More...
 
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. More...
 
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. More...
 
Helpers and forward declarations from LookupAttrTools.h
template<>
std::string zypp::sat::LookupAttr::iterator::asType< std::string > () const
 

Function Documentation

◆ operator<<() [1/2]

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.

◆ operator<<() [2/2]

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

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

Definition at line 613 of file LookupAttr.h.