#include <ResolvableData.h>
Public Member Functions | |
| Patch () | |
Public Attributes | |
| std::string | id |
| Patch ID. | |
| Date | timestamp |
| Patch time stamp. | |
| std::string | category |
| Patch category (recommended, security,. | |
| DefaultIntegral < bool, false > | rebootNeeded |
| Does the system need to reboot to finish the update process? | |
| DefaultIntegral < bool, false > | affectsPkgManager |
| Does the patch affect the package manager itself? | |
| std::string | updateScript |
| TODO Don't know what this is, but it's defined in patch.rnc. | |
| std::set< ResObject_Ptr > | atoms |
| The set of all atoms building the patch. | |
Definition at line 176 of file ResolvableData.h.
| zypp::data::Patch::Patch | ( | ) | [inline] |
Definition at line 179 of file ResolvableData.h.
| std::string zypp::data::Patch::id |
| std::string zypp::data::Patch::category |
| DefaultIntegral<bool,false> zypp::data::Patch::rebootNeeded |
Does the system need to reboot to finish the update process?
Definition at line 191 of file ResolvableData.h.
| DefaultIntegral<bool,false> zypp::data::Patch::affectsPkgManager |
| std::string zypp::data::Patch::updateScript |
TODO Don't know what this is, but it's defined in patch.rnc.
Definition at line 196 of file ResolvableData.h.
| std::set<ResObject_Ptr> zypp::data::Patch::atoms |
The set of all atoms building the patch.
These can be either PackageAtom, Message or Script.
Definition at line 202 of file ResolvableData.h.
1.5.3