#include <VersionedCap.h>
Inheritance diagram for zypp::capability::VersionedCap:
Public Member Functions | |
VersionedCap (const Resolvable::Kind &refers_r, const std::string &name_r, Rel op_r, const Edition &edition_r) | |
Ctor. | |
virtual std::string | encode () const |
Name Op Edition. | |
virtual std::string | index () const |
Name only. | |
virtual Rel | op () const |
Rel op. | |
virtual Edition | edition () const |
Edition. | |
Protected Member Functions | |
virtual const Edition::MatchRange & | range () const |
Implementation dependent value. | |
Private Attributes | |
Edition::MatchRange | _range |
Overloads encode and provides the range. Remaining stuff is handles in NamedCap.
Definition at line 32 of file VersionedCap.h.
|
Ctor.
Definition at line 36 of file VersionedCap.h. |
|
Name Op Edition.
Reimplemented from zypp::capability::NamedCap. Definition at line 23 of file VersionedCap.cc. References _range, zypp::Rel::ANY, zypp::Rel::asString(), zypp::capability::NamedCap::name(), zypp::Range< _Tp, _Compare >::op, and zypp::Range< _Tp, _Compare >::value. |
|
Name only.
Reimplemented from zypp::capability::CapabilityImpl. Definition at line 36 of file VersionedCap.cc. References zypp::capability::NamedCap::name(). |
|
Rel op.
Reimplemented from zypp::capability::CapabilityImpl. Definition at line 39 of file VersionedCap.cc. References _range, and zypp::Range< _Tp, _Compare >::op. |
|
Reimplemented from zypp::capability::CapabilityImpl. Definition at line 42 of file VersionedCap.cc. References _range, and zypp::Range< _Tp, _Compare >::value. |
|
Implementation dependent value.
Reimplemented from zypp::capability::NamedCap. Definition at line 45 of file VersionedCap.cc. References _range. |
|
Definition at line 61 of file VersionedCap.h. |