#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.
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Ctor.
|
|
|
Dtor.
|
|
|
Get the script to perform the change.
Definition at line 43 of file Script.cc. References zypp::detail::ScriptImplIf::do_script(), and pimpl(). |
|
|
Get the script to undo the change.
Definition at line 46 of file Script.cc. References pimpl(), and zypp::detail::ScriptImplIf::undo_script(). |
|
|
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(). |
|
|
Access implementation.
Implements zypp::ResObject. Referenced by do_script(), undo_available(), and undo_script(). |
|
|
Access implementation.
Implements zypp::ResObject. |
1.4.6