#include <NVRA.h>
Inheritance diagram for zypp::NVRA:
Public Member Functions | |
NVRA () | |
Default ctor. | |
NVRA (const std::string &name_r, const Edition &edition_r=Edition(), const Arch &arch_r=Arch()) | |
Ctor. | |
NVRA (const NVR &nvr_r, const Arch &arch_r=Arch()) | |
Ctor. | |
NVRA (ResTraits< Resolvable >::constPtrType res_r) | |
Ctor from Resolvable::constPtr. | |
Static Public Member Functions | |
static int | compare (const NVRA &lhs, const NVRA &rhs) |
Comparison mostly for std::container. | |
Public Attributes | |
Arch | arch |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const NVRA &obj) |
bool | operator== (const NVRA &lhs, const NVRA &rhs) |
bool | operator!= (const NVRA &lhs, const NVRA &rhs) |
bool | operator< (const NVRA &lhs, const NVRA &rhs) |
Definition at line 29 of file NVRA.h.
|
Default ctor.
|
|
Ctor.
|
|
Ctor.
|
|
Ctor from Resolvable::constPtr.
|
|
Comparison mostly for std::container.
Definition at line 61 of file NVRA.h. References arch, zypp::Arch::compare(), and zypp::NVR::compare(). |
|
Stream output |
|
Definition at line 75 of file NVRA.h. References zypp::compareByRel(), and zypp::Rel::EQ. |
|
Definition at line 79 of file NVRA.h. References zypp::compareByRel(), and zypp::Rel::NE. |
|
Order in std::container Definition at line 83 of file NVRA.h. References zypp::compareByRel(), and zypp::Rel::LT. |
|
Definition at line 57 of file NVRA.h. Referenced by compare(), and zypp::operator<<(). |