#include <NVRAD.h>
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) |
| Stream output. | |
Definition at line 31 of file NVRAD.h.
| zypp::NVRAD::NVRAD | ( | ) | [inline] |
| zypp::NVRAD::NVRAD | ( | const std::string & | name_r, | |
| const Edition & | edition_r = Edition(), |
|||
| const Arch & | arch_r = Arch(), |
|||
| const Dependencies & | deps_r = Dependencies() | |||
| ) | [inline, explicit] |
| zypp::NVRAD::NVRAD | ( | const NVRA & | nvra_r, | |
| const Dependencies & | deps_r = Dependencies() | |||
| ) | [inline, explicit] |
| zypp::NVRAD::NVRAD | ( | const NVR & | nvr_r, | |
| const Arch & | arch_r = Arch(), |
|||
| const Dependencies & | deps_r = Dependencies() | |||
| ) | [inline, explicit] |
| zypp::NVRAD::NVRAD | ( | Resolvable::constPtr | res_r | ) | [explicit] |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const NVRAD & | obj | |||
| ) | [related] |
1.5.3