#include <NVRAD.h>
Inheritance diagram for zypp::NVRAD:
Public Member Functions | |
NVRAD () | |
Default ctor. | |
NVRAD (const std::string &name_r, const Edition &edition_r=Edition(), const Arch &arch_r=Arch(), const Dependencies &deps_r=Dependencies()) | |
Ctor. | |
NVRAD (const NVRA &nvra_r, const Dependencies &deps_r=Dependencies()) | |
Ctor. | |
NVRAD (const NVR &nvr_r, const Arch &arch_r=Arch(), const Dependencies &deps_r=Dependencies()) | |
Ctor from Resolvable::constPtr. | |
NVRAD (Resolvable::constPtr res_r) | |
Ctor. | |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const NVRAD &obj) |
Definition at line 31 of file NVRAD.h.
|
Default ctor.
Definition at line 34 of file NVRAD.h. Referenced by NVRAD(). |
|
Ctor.
|
|
Ctor.
|
|
Ctor from Resolvable::constPtr.
|
|
Ctor.
Definition at line 20 of file NVRAD.cc. References NVRAD(). |
|
Stream output |