#include <ScriptImpl.h>
Inheritance diagram for zypp::detail::ScriptImpl:

Public Member Functions | |
| ScriptImpl () | |
| Default ctor. | |
| ~ScriptImpl () | |
| Dtor. | |
| Pathname | do_script () const |
| Get the script to perform the change. | |
| Pathname | undo_script () const |
| Get the script to undo the change. | |
| virtual bool | undo_available () const |
| Check whether script to undo the change is available. | |
Protected Attributes | |
| std::string | _do_script |
| The script to perform the change. | |
| std::string | _undo_script |
| The script to undo the change. | |
Definition at line 29 of file ScriptImpl.h.
|
|
Default ctor.
Definition at line 31 of file ScriptImpl.cc. |
|
|
Dtor.
Definition at line 34 of file ScriptImpl.cc. |
|
|
Get the script to perform the change.
Implements zypp::detail::ScriptImplIf. Definition at line 37 of file ScriptImpl.cc. |
|
|
Get the script to undo the change.
Implements zypp::detail::ScriptImplIf. Definition at line 42 of file ScriptImpl.cc. |
|
|
Check whether script to undo the change is available.
Implements zypp::detail::ScriptImplIf. Definition at line 47 of file ScriptImpl.cc. References _undo_script. |
|
|
The script to perform the change.
Definition at line 46 of file ScriptImpl.h. |
|
|
The script to undo the change.
Definition at line 48 of file ScriptImpl.h. Referenced by undo_available(). |
1.4.6