PluginScript implementation.  
 More...
PluginScript implementation. 
Definition at line 123 of file PluginScript.cc.
◆ Impl() [1/3]
◆ Impl() [2/3]
  
  | 
        
          | zypp::PluginScript::Impl::Impl | ( | const Impl & |  | ) |  |  | delete | 
 
 
◆ Impl() [3/3]
  
  | 
        
          | zypp::PluginScript::Impl::Impl | ( | Impl && |  | ) |  |  | delete | 
 
 
◆ ~Impl()
  
  | 
        
          | zypp::PluginScript::Impl::~Impl | ( |  | ) |  |  | inline | 
 
 
◆ operator=() [1/2]
  
  | 
        
          | Impl & zypp::PluginScript::Impl::operator= | ( | const Impl & |  | ) |  |  | delete | 
 
 
◆ operator=() [2/2]
  
  | 
        
          | Impl & zypp::PluginScript::Impl::operator= | ( | Impl && |  | ) |  |  | delete | 
 
 
◆ 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 146 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 147 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: