#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. |
|
|
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(). |
|
|
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(). |
|
|
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(). |
|
|
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.4.6