#include <NVR.h>
Inheritance diagram for zypp::NVR:
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) |
bool | operator== (const NVR &lhs, const NVR &rhs) |
bool | operator!= (const NVR &lhs, const NVR &rhs) |
bool | operator< (const NVR &lhs, const NVR &rhs) |
Definition at line 31 of file NVR.h.
|
Default ctor.
|
|
Ctor.
|
|
Ctor from Resolvable::constPtr.
|
|
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(). |
|
Stream output |
|
Definition at line 70 of file NVR.h. References zypp::compareByRel(), and zypp::Rel::EQ. |
|
Definition at line 74 of file NVR.h. References zypp::compareByRel(), and zypp::Rel::NE. |
|
Order in std::container Definition at line 78 of file NVR.h. References zypp::compareByRel(), and zypp::Rel::LT. |
|
Definition at line 50 of file NVR.h. Referenced by compare(), and zypp::operator<<(). |
|
Definition at line 52 of file NVR.h. Referenced by compare(), and zypp::operator<<(). |