#include <iostream>
#include <list>
#include <deque>
#include <y2util/hash.h>
#include <y2pm/PkgName.h>
#include <y2pm/PkgEdition.h>
#include <y2pm/PkgRevRel.h>
#include <y2pm/PkgSet.h>
#include <y2pm/Alternatives.h>
Go to the source code of this file.
Classes | |
class | PkgDep |
struct | PkgDep::RelInfo |
struct | PkgDep::Alternative |
struct | PkgDep::NeededEditionRange |
struct | PkgDep::Result |
struct | PkgDep::ErrorResult |
struct | PkgDep::IRelInfo |
struct | PkgDep::Notes |
struct | PkgDep::AltInfo |
Functions | |
std::ostream & | operator<< (std::ostream &os, const PkgDep::Result &res) |
std::ostream & | operator<< (std::ostream &os, const PkgDep::ErrorResult &res) |
std::ostream & | operator<< (std::ostream &os, const PkgDep::RelInfoList &rl) |
std::ostream & | operator<< (std::ostream &os, const std::list< PkgDep::Alternative > &al) |
std::ostream & | operator<< (std::ostream &os, const PkgDep::NameList &nl) |
std::ostream & | operator<< (std::ostream &os, const PkgDep::NeededEditionRange &range) |
|
|
|
|
|
|
|
|
|
|
|
|