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