#include <iostream>
#include "zypp/base/LogTools.h"
#include "zypp/base/Tr1hash.h"
#include "zypp/sat/WhatObsoletes.h"
#include "zypp/sat/detail/PoolImpl.h"
#include "zypp/PoolItem.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::sat |
Typedefs | |
typedef std::tr1::unordered_set < detail::IdType > | zypp::sat::set_type |
typedef std::vector < sat::detail::IdType > | zypp::sat::vector_type |
Functions | |
void | zypp::sat::addToSet (Solvable item, set_type *&pdata, shared_ptr< void > &_private) |
Add item to the set created on demand. | |
std::ostream & | zypp::sat::operator<< (std::ostream &str, const WhatObsoletes &obj) |
Variables | |
bool | zypp::sat::obsoleteUsesProvides = false |
Definition in file WhatObsoletes.cc.