#include <NVR.h>
Public Member Functions | |
| NVR () | |
| Default ctor. | |
| NVR (const std::string &name_r, const Edition &edition_r=Edition()) | |
| Ctor. | |
| NVR (ResTraits< Resolvable >::constPtrType res_r) | |
| Ctor from Resolvable::constPtr. | |
Static Public Member Functions | |
| static int | compare (const NVR &lhs, const NVR &rhs) |
| Comparison mostly for std::container. | |
Public Attributes | |
| std::string | name |
| Edition | edition |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const NVR &obj) |
| Stream output. | |
| bool | operator== (const NVR &lhs, const NVR &rhs) |
| bool | operator!= (const NVR &lhs, const NVR &rhs) |
| bool | operator< (const NVR &lhs, const NVR &rhs) |
| Order in std::container. | |
Definition at line 31 of file NVR.h.
| zypp::NVR::NVR | ( | ResTraits< Resolvable >::constPtrType | res_r | ) | [explicit] |
Comparison mostly for std::container.
Definition at line 56 of file NVR.h.
References zypp::Edition::compare(), edition, and name.
Referenced by zypp::NVRA::compare().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const NVR & | obj | |||
| ) | [related] |
Order in std::container.
Definition at line 78 of file NVR.h.
References zypp::compareByRel(), and zypp::Rel::LT.
| std::string zypp::NVR::name |
Definition at line 50 of file NVR.h.
Referenced by compare(), zypp::storage::XMLFilesBackend::fileNameForNVR(), and zypp::operator<<().
Definition at line 52 of file NVR.h.
Referenced by compare(), zypp::storage::XMLFilesBackend::fileNameForNVR(), and zypp::operator<<().
1.5.3