#include <ScriptImpl.h>
Public Member Functions | |
| ScriptImpl () | |
| Default ctor. | |
| ~ScriptImpl () | |
| Dtor. | |
| virtual std::string | doScriptInlined () const |
| Return an inlined script if available. | |
| virtual std::string | undoScriptInlined () const |
| Return an inlined undo script if available. | |
Protected Attributes | |
| std::string | _doScript |
| The script to perform the change. | |
| std::string | _undoScript |
| The script to undo the change. | |
Definition at line 29 of file ScriptImpl.h.
| zypp::detail::ScriptImpl::ScriptImpl | ( | ) |
| zypp::detail::ScriptImpl::~ScriptImpl | ( | ) |
| std::string zypp::detail::ScriptImpl::doScriptInlined | ( | ) | const [virtual] |
Return an inlined script if available.
Otherwise it is available at doScriptLocation.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 37 of file ScriptImpl.cc.
References _doScript.
| std::string zypp::detail::ScriptImpl::undoScriptInlined | ( | ) | const [virtual] |
Return an inlined undo script if available.
Otherwise it is available at undoScriptLocation.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 40 of file ScriptImpl.cc.
References _undoScript.
std::string zypp::detail::ScriptImpl::_doScript [protected] |
The script to perform the change.
Definition at line 50 of file ScriptImpl.h.
Referenced by doScriptInlined().
std::string zypp::detail::ScriptImpl::_undoScript [protected] |
The script to undo the change.
Definition at line 52 of file ScriptImpl.h.
Referenced by undoScriptInlined().
1.5.3