#include <iosfwd>#include <string>#include "zypp/base/ReferenceCounted.h"#include "zypp/base/NonCopyable.h"#include "zypp/base/PtrTypes.h"#include "zypp/solver/detail/Resolver.h"#include "zypp/CapSet.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::solver |
| namespace | zypp::solver::detail |
Classes | |
| class | zypp::solver::detail::HelixResolvable |
| Creates a file in helix format which includes all available or installed packages,patches,selections. More... | |
| class | zypp::solver::detail::HelixControl |
| Creates a file in helix format which contains all controll action of a testcase ( file is known as *-test.xml). More... | |
| class | zypp::solver::detail::Testcase |
| Generating a testcase of the current pool and solver state. More... | |
Typedefs | |
| typedef std::map < Repository, HelixResolvable_Ptr > | zypp::solver::detail::RepositoryTable |
Functions | |
| template<class T> | |
| std::string | zypp::solver::detail::helixXML (const T &obj) |
| template<> | |
| std::string | zypp::solver::detail::helixXML (const Edition &edition) |
| template<> | |
| std::string | zypp::solver::detail::helixXML (const Arch &arch) |
| template<> | |
| std::string | zypp::solver::detail::helixXML (const Capability &cap) |
| template<> | |
| std::string | zypp::solver::detail::helixXML (const CapSet &caps) |
| template<> | |
| std::string | zypp::solver::detail::helixXML (const Dependencies &dep) |
| std::string | zypp::solver::detail::helixXML (const Resolvable::constPtr &resolvable) |
| zypp::solver::detail::DEFINE_PTR_TYPE (HelixResolvable) | |
Definition in file Testcase.h.
1.5.3