#include <ResolverInfo.h>
Inheritance diagram for zypp::solver::detail::ResolverInfo:
Public Member Functions | |
virtual | ~ResolverInfo () |
void | copy (ResolverInfo_constPtr from) |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. | |
ResolverInfoType | type (void) const |
PoolItem_Ref | affected (void) const |
int | priority (void) const |
int | error (void) const |
void | flagAsError (void) |
int | important (void) const |
void | flagAsImportant (void) |
virtual std::string | message (void) const |
bool | merge (ResolverInfo_Ptr to_be_merged) |
virtual ResolverInfo_Ptr | copy (void) const |
bool | isAbout (PoolItem_Ref item) const |
Static Public Member Functions | |
static std::string | toString (PoolItem_Ref item) |
static std::string | toString (const Capability &capability) |
Protected Member Functions | |
ResolverInfo (ResolverInfoType type, PoolItem_Ref affected, int priority) | |
Private Attributes | |
ResolverInfoType | _type |
PoolItem_Ref | _affected |
int | _priority |
bool | _error |
bool | _important |
Friends | |
std::ostream & | operator<< (std::ostream &str, const ResolverInfo &obj) |
Definition at line 90 of file ResolverInfo.h.
|
Definition at line 198 of file ResolverInfo.cc. References _XDEBUG. Referenced by copy(). |
|
Definition at line 209 of file ResolverInfo.cc. |
|
Definition at line 230 of file ResolverInfo.cc. References _error, and _important. |
|
|
Definition at line 165 of file ResolverInfo.cc. References zypp::Capability::asString(). |
|
|
Definition at line 124 of file ResolverInfo.h. References _type. Referenced by zypp::solver::detail::ResolverInfoMisc::copy(), zypp::solver::detail::ResolverInfoContainer::copy(), zypp::solver::detail::ResolverInfoMisc::merge(), and zypp::solver::detail::ResolverInfoMisc::message(). |
|
|
Definition at line 126 of file ResolverInfo.h. References _priority. Referenced by zypp::solver::detail::ResolverInfoMisc::copy(), and zypp::solver::detail::ResolverInfoContainer::copy(). |
|
Definition at line 128 of file ResolverInfo.h. References _error. |
|
Definition at line 129 of file ResolverInfo.h. References _error. |
|
Definition at line 130 of file ResolverInfo.h. References _error, and _important. |
|
Definition at line 131 of file ResolverInfo.h. References _important. |
|
|
Reimplemented in zypp::solver::detail::ResolverInfoMisc. Definition at line 216 of file ResolverInfo.cc. References _affected, _error, and _type. Referenced by zypp::solver::detail::ResolverInfoMisc::merge(). |
|
|
Definition at line 251 of file ResolverInfo.cc. References _affected. Referenced by zypp::solver::detail::ResolverInfoContainer::mentions(). |
|
Definition at line 119 of file ResolverInfo.h. |
|
Definition at line 94 of file ResolverInfo.h. Referenced by copy(), dumpOn(), merge(), message(), and type(). |
|
Definition at line 96 of file ResolverInfo.h. Referenced by affected(), copy(), dumpOn(), isAbout(), merge(), and message(). |
|
Definition at line 98 of file ResolverInfo.h. Referenced by copy(), and priority(). |
|
Definition at line 100 of file ResolverInfo.h. Referenced by copy(), dumpOn(), error(), flagAsError(), important(), and merge(). |
|
Definition at line 101 of file ResolverInfo.h. Referenced by copy(), dumpOn(), flagAsImportant(), and important(). |