#include <map>#include <sstream>#include "zypp/solver/detail/ResolverInfo.h"#include "zypp/Repository.h"#include "zypp/Capability.h"#include "zypp/base/String.h"#include "zypp/base/Gettext.h"#include "zypp/base/Logger.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::solver |
| namespace | zypp::solver::detail |
Defines | |
| #define | RIT(x) RESOLVER_INFO_TYPE_ ## x, #x |
Functions | |
| zypp::solver::detail::IMPL_PTR_TYPE (ResolverInfo) | |
| static const char * | zypp::solver::detail::info_type_to_string (ResolverInfoType type) |
| static const char * | zypp::solver::detail::info_type_to_message (ResolverInfoType type) |
| ResolverInfoType | zypp::solver::detail::resolver_info_type_from_string (const char *str) |
Variables | |
| struct { | |
| ResolverInfoType zypp::solver::detail::type | |
| const char * zypp::solver::detail::typestr | |
| const char * zypp::solver::detail::str | |
| } | zypp::solver::detail::type_str_table [] |
| #define RIT | ( | x | ) | RESOLVER_INFO_TYPE_ ## x, #x |
Definition at line 48 of file ResolverInfo.cc.
1.5.3