libzypp  15.28.6
Pool.cc File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <solv/pool.h>
#include <solv/repo.h>
#include <solv/solvable.h>
#include <iostream>
#include <fstream>
#include "zypp/base/Easy.h"
#include "zypp/base/Logger.h"
#include "zypp/base/Gettext.h"
#include "zypp/base/Exception.h"
#include "zypp/AutoDispose.h"
#include "zypp/sat/detail/PoolImpl.h"
#include "zypp/sat/Pool.h"
#include "zypp/sat/LookupAttr.h"
Include dependency graph for Pool.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define ZYPP_BASE_LOGGER_LOGGROUP   "solvidx"
 
#define SEP   '\t'
 
#define idstr(V)   pool_id2str( _pool, _solv->V )
 

Functions

std::ostream & zypp::sat::operator<< (std::ostream &str, const Pool &obj)
 
void zypp::sat::updateSolvFileIndex (const Pathname &solvfile_r)
 Create solv file content digest for zypper bash completion. More...
 

Macro Definition Documentation

#define ZYPP_BASE_LOGGER_LOGGROUP   "solvidx"

Definition at line 261 of file Pool.cc.

#define SEP   '\t'
#define idstr (   V)    pool_id2str( _pool, _solv->V )