#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/ZYpp.h"
#include "zypp/ZYppFactory.h"
#include "zypp/base/Algorithm.h"
#include "zypp/detail/ResolvableImpl.h"
#include "zypp/capability/CapabilityImpl.h"
#include "zypp/capability/Capabilities.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Functions | |
void | zypp::filterUnwantedReq (const CapSet &from, CapSet &to) |
void | zypp::filterExtraProvides (const Dependencies &from, Dependencies &to) |
void | zypp::filterExtraSupplements (const Dependencies &from, Dependencies &to) |
Variables | |
Dependencies & | deps |
Definition in file ResolvableImpl.cc.
|
Definition at line 52 of file ResolvableImpl.cc. Referenced by zypp::source::yum::YUMSourceImpl::augmentPackage(), and zypp::source::susetags::parseDeps(). |