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

Public Types | |
| typedef Script | ResType |
Public Member Functions | |
| virtual Pathname | do_script () const PURE_VIRTUAL |
| Get the script to perform the change. | |
| virtual Pathname | undo_script () const PURE_VIRTUAL |
| Get the script to undo the change. | |
| virtual bool | undo_available () const PURE_VIRTUAL |
| Check whether script to undo the change is available. | |
| virtual ByteCount | size () const |
| Size. | |
Definition at line 34 of file ScriptImplIf.h.
Definition at line 37 of file ScriptImplIf.h.
| Pathname zypp::detail::ScriptImplIf::do_script | ( | ) | const [virtual] |
Get the script to perform the change.
Reimplemented in zypp::detail::ScriptImpl, zypp::source::yum::YUMScriptImpl, and zypp::storage::XMLScriptImpl.
Definition at line 26 of file ScriptImplIf.cc.
Referenced by zypp::Script::do_script().
| Pathname zypp::detail::ScriptImplIf::undo_script | ( | ) | const [virtual] |
Get the script to undo the change.
Reimplemented in zypp::detail::ScriptImpl, zypp::source::yum::YUMScriptImpl, and zypp::storage::XMLScriptImpl.
Definition at line 29 of file ScriptImplIf.cc.
Referenced by zypp::Script::undo_script().
| bool zypp::detail::ScriptImplIf::undo_available | ( | ) | const [virtual] |
Check whether script to undo the change is available.
Reimplemented in zypp::detail::ScriptImpl, zypp::source::yum::YUMScriptImpl, and zypp::storage::XMLScriptImpl.
Definition at line 32 of file ScriptImplIf.cc.
Referenced by zypp::Script::undo_available().
| ByteCount zypp::detail::ScriptImplIf::size | ( | ) | const [virtual] |
Size.
Reimplemented from zypp::detail::ResObjectImplIf.
Reimplemented in zypp::storage::XMLScriptImpl.
Definition at line 35 of file ScriptImplIf.cc.
References zypp::detail::ResObjectImplIf::size().
1.5.0