#include <ResolvableImpl.h>
Public Member Functions | |
Impl (const Kind &kind_r, const NVRAD &nvrad_r) | |
Ctor. | |
const Kind & | kind () const |
const std::string & | name () const |
const Edition & | edition () const |
const Arch & | arch () const |
const Dependencies & | deps () const |
std::ostream & | dumpOn (std::ostream &str) const |
Helper for stream output. | |
Deprecated. | |
void | injectProvides (const Capability &cap_r) |
void | injectRequires (const Capability &cap_r) |
Private Attributes | |
Kind | _kind |
std::string | _name |
Edition | _edition |
Arch | _arch |
Dependencies | _deps |
provides
name = edition
prerequires
is a subset of requires
Definition at line 31 of file ResolvableImpl.h.
|
Ctor.
Definition at line 140 of file ResolvableImpl.cc. References _arch, _deps, _edition, _kind, _name, dumpOn(), zypp::Arch::empty(), zypp::Rel::EQ, zypp::filterExtraProvides(), zypp::filterExtraSupplements(), zypp::filterUnwantedReq(), zypp::parse(), zypp::Dep::PREREQUIRES, zypp::Dep::PROVIDES, zypp::Dep::REQUIRES, and WAR. |
|
Definition at line 38 of file ResolvableImpl.h. References _kind. Referenced by dumpOn(). |
|
Definition at line 41 of file ResolvableImpl.h. References _name. Referenced by dumpOn(). |
|
Definition at line 44 of file ResolvableImpl.h. References _edition. Referenced by dumpOn(). |
|
Definition at line 47 of file ResolvableImpl.h. References _arch. Referenced by dumpOn(). |
|
Definition at line 50 of file ResolvableImpl.h. References _deps. |
|
Definition at line 55 of file ResolvableImpl.h. References _deps, and zypp::Dep::PROVIDES. |
|
Definition at line 57 of file ResolvableImpl.h. References _deps, and zypp::Dep::REQUIRES. |
|
Helper for stream output.
Definition at line 181 of file ResolvableImpl.cc. References arch(), edition(), kind(), and name(). Referenced by Impl(). |
|
Definition at line 66 of file ResolvableImpl.h. |
|
Definition at line 68 of file ResolvableImpl.h. |
|
Definition at line 70 of file ResolvableImpl.h. |
|
Definition at line 72 of file ResolvableImpl.h. |
|
Definition at line 74 of file ResolvableImpl.h. Referenced by deps(), Impl(), injectProvides(), and injectRequires(). |