#include <NVRA.h>
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) |
| Stream output. | |
| bool | operator== (const NVRA &lhs, const NVRA &rhs) |
| bool | operator!= (const NVRA &lhs, const NVRA &rhs) |
| bool | operator< (const NVRA &lhs, const NVRA &rhs) |
| Order in std::container. | |
Definition at line 29 of file NVRA.h.
| zypp::NVRA::NVRA | ( | ) | [inline] |
| zypp::NVRA::NVRA | ( | ResTraits< Resolvable >::constPtrType | res_r | ) | [explicit] |
Comparison mostly for std::container.
Definition at line 61 of file NVRA.h.
References arch, zypp::Arch::compare(), and zypp::NVR::compare().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const NVRA & | obj | |||
| ) | [related] |
Order in std::container.
Definition at line 83 of file NVRA.h.
References zypp::compareByRel(), and zypp::Rel::LT.
1.5.3