PluginScript implementation.
More...
PluginScript implementation.
Definition at line 109 of file PluginScript.cc.
zypp::PluginScript::Impl::Impl |
( |
const Pathname & |
script_r = Pathname() , |
|
|
const Arguments & |
args_r = Arguments() |
|
) |
| |
|
inline |
zypp::PluginScript::Impl::~Impl |
( |
| ) |
|
|
inline |
const Pathname& zypp::PluginScript::Impl::script |
( |
| ) |
const |
|
inline |
const Arguments& zypp::PluginScript::Impl::args |
( |
| ) |
const |
|
inline |
pid_t zypp::PluginScript::Impl::getPid |
( |
| ) |
const |
|
inline |
bool zypp::PluginScript::Impl::isOpen |
( |
| ) |
const |
|
inline |
int zypp::PluginScript::Impl::lastReturn |
( |
| ) |
const |
|
inline |
const std::string& zypp::PluginScript::Impl::lastExecError |
( |
| ) |
const |
|
inline |
void zypp::PluginScript::Impl::open |
( |
const Pathname & |
script_r = Pathname() , |
|
|
const Arguments & |
args_r = Arguments() |
|
) |
| |
int zypp::PluginScript::Impl::close |
( |
| ) |
|
void zypp::PluginScript::Impl::send |
( |
const PluginFrame & |
frame_r | ) |
const |
PluginFrame zypp::PluginScript::Impl::receive |
( |
| ) |
const |
long zypp::PluginScript::Impl::_defaultSendTimeout |
|
static |
Initial value:= ( PLUGIN_SEND_TIMEOUT > 0 ? PLUGIN_SEND_TIMEOUT
: ( PLUGIN_TIMEOUT > 0 ? PLUGIN_TIMEOUT : 30 ) )
Definition at line 123 of file PluginScript.cc.
long zypp::PluginScript::Impl::_defaultReceiveTimeout |
|
static |
Initial value:= ( PLUGIN_RECEIVE_TIMEOUT > 0 ? PLUGIN_RECEIVE_TIMEOUT
: ( PLUGIN_TIMEOUT > 0 ? PLUGIN_TIMEOUT : 30 ) )
Definition at line 124 of file PluginScript.cc.
long zypp::PluginScript::Impl::_sendTimeout |
long zypp::PluginScript::Impl::_receiveTimeout |
Pathname zypp::PluginScript::Impl::_script |
|
private |
std::string zypp::PluginScript::Impl::_lastExecError |
|
private |
The documentation for this struct was generated from the following file: