#include <Patch.h>
Public Types | |
| typedef detail::PatchImplIf | Impl |
| typedef Patch | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
| typedef Impl::AtomList | AtomList |
Public Member Functions | |
| std::string | id () const |
| Patch ID. | |
| Date | timestamp () const |
| Patch time stamp. | |
| std::string | category () const |
| Patch category (recommended, security,. | |
| bool | reboot_needed () const |
| Does the system need to reboot to finish the update process? | |
| bool | affects_pkg_manager () const |
| Does the patch affect the package manager itself? | |
| AtomList | atoms () const |
| The list of all atoms building the patch. | |
| bool | interactive () const |
| Is the patch installation interactive? (does it need user input?). | |
| void | mark_atoms_to_freshen (bool freshen) ZYPP_DEPRECATED |
| bool | any_atom_selected () ZYPP_DEPRECATED |
| void | select () ZYPP_DEPRECATED |
Protected Member Functions | |
| Patch (const NVRAD &nvrad_r) | |
| Ctor. | |
| virtual | ~Patch () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const =0 |
| Access implementation. | |
Definition at line 32 of file Patch.h.
| typedef detail::PatchImplIf zypp::Patch::Impl |
| typedef Patch zypp::Patch::Self |
| typedef ResTraits<Self> zypp::Patch::TraitsType |
| typedef TraitsType::PtrType zypp::Patch::Ptr |
| typedef Impl::AtomList zypp::Patch::AtomList |
| zypp::Patch::Patch | ( | const NVRAD & | nvrad_r | ) | [protected] |
| std::string zypp::Patch::id | ( | ) | const |
| Date zypp::Patch::timestamp | ( | ) | const |
| std::string zypp::Patch::category | ( | ) | const |
| bool zypp::Patch::reboot_needed | ( | ) | const |
| bool zypp::Patch::affects_pkg_manager | ( | ) | const |
| Patch::AtomList zypp::Patch::atoms | ( | ) | const |
| bool zypp::Patch::interactive | ( | ) | const |
| virtual Impl& zypp::Patch::pimpl | ( | ) | [private, pure virtual] |
Access implementation.
Implements zypp::ResObject.
Referenced by affects_pkg_manager(), atoms(), category(), id(), interactive(), reboot_needed(), and timestamp().
| virtual const Impl& zypp::Patch::pimpl | ( | ) | const [private, pure virtual] |
1.5.3