libzypp  17.25.7
zypp::detail Namespace Reference

Classes

class  fXstream
 Common template to define ifgzstream/ofgzstream reading/writing compressed files. More...
 
struct  Dump
 
class  SimpleStreamBuf
 
class  zckstreambufimpl
 Streambuffer reading or writing zchunk files. More...
 
class  PoolQueryMatcher
 Store PoolQuery settings and assist PoolQueryIterator. More...
 
class  PoolQueryIterator
 PoolQuery iterator as returned by PoolQuery::begin. More...
 
class  RepositoryIterator
 
struct  ByRepository
 Functor filtering Solvable by Repository. More...
 
struct  DumpFilter
 

Typedefs

using ZChunkStreamBuf = detail::SimpleStreamBuf< detail::zckstreambufimpl >
 

Functions

template<class Tp >
std::ostream & operator<< (std::ostream &str, const Dump< Tp > &obj)
 
std::ostream & dumpOn (std::ostream &str, const PoolQueryIterator &obj)
 

Typedef Documentation

◆ ZChunkStreamBuf

Function Documentation

◆ operator<<()

template<class Tp >
std::ostream& zypp::detail::operator<< ( std::ostream &  str,
const Dump< Tp > &  obj 
)

Definition at line 428 of file LogTools.h.

◆ dumpOn()

std::ostream& zypp::detail::dumpOn ( std::ostream &  str,
const PoolQueryIterator obj 
)
related

Definition at line 1809 of file PoolQuery.cc.