#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.
| zypp::detail::ScriptImpl::ScriptImpl | ( | ) |
| zypp::detail::ScriptImpl::~ScriptImpl | ( | ) |
| Pathname zypp::detail::ScriptImpl::do_script | ( | ) | const [virtual] |
Get the script to perform the change.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 37 of file ScriptImpl.cc.
| Pathname zypp::detail::ScriptImpl::undo_script | ( | ) | const [virtual] |
Get the script to undo the change.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 42 of file ScriptImpl.cc.
| bool zypp::detail::ScriptImpl::undo_available | ( | ) | const [virtual] |
Check whether script to undo the change is available.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 47 of file ScriptImpl.cc.
References _undo_script.
std::string zypp::detail::ScriptImpl::_do_script [protected] |
std::string zypp::detail::ScriptImpl::_undo_script [protected] |
The script to undo the change.
Definition at line 48 of file ScriptImpl.h.
Referenced by undo_available().
1.5.0