#include <Script.h>
Inheritance diagram for zypp::Script:

Public Types | |
| typedef detail::ScriptImplIf | Impl |
| typedef Script | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
| Pathname | do_script () const |
| Get the script to perform the change. | |
| Pathname | undo_script () const |
| Get the script to undo the change. | |
| bool | undo_available () const |
| Check whether script to undo the change is available. | |
Protected Member Functions | |
| Script (const NVRAD &nvrad_r) | |
| Ctor. | |
| virtual | ~Script () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const=0 |
| Access implementation. | |
Definition at line 28 of file Script.h.
| typedef Script zypp::Script::Self |
| typedef ResTraits<Self> zypp::Script::TraitsType |
| typedef TraitsType::PtrType zypp::Script::Ptr |
| zypp::Script::Script | ( | const NVRAD & | nvrad_r | ) | [protected] |
| Pathname zypp::Script::do_script | ( | ) | const |
Get the script to perform the change.
Definition at line 43 of file Script.cc.
References zypp::detail::ScriptImplIf::do_script(), and pimpl().
| Pathname zypp::Script::undo_script | ( | ) | const |
Get the script to undo the change.
Definition at line 46 of file Script.cc.
References pimpl(), and zypp::detail::ScriptImplIf::undo_script().
| bool zypp::Script::undo_available | ( | ) | const |
Check whether script to undo the change is available.
Definition at line 49 of file Script.cc.
References pimpl(), and zypp::detail::ScriptImplIf::undo_available().
| virtual Impl& zypp::Script::pimpl | ( | ) | [private, pure virtual] |
Access implementation.
Implements zypp::ResObject.
Referenced by do_script(), undo_available(), and undo_script().
| virtual const Impl& zypp::Script::pimpl | ( | ) | const [private, pure virtual] |
1.5.0