PluginFrame implementation.  
 More...
PluginFrame implementation. 
Definition at line 32 of file PluginFrame.cc.
◆ constKeyRange
◆ KeyRange
◆ Impl() [1/6]
  
  | 
        
          | zypp::PluginFrame::Impl::Impl | ( |  | ) |  |  | inline | 
 
 
◆ Impl() [2/6]
  
  | 
        
          | zypp::PluginFrame::Impl::Impl | ( | const std::string & | command_r | ) |  |  | inline | 
 
 
◆ Impl() [3/6]
  
  | 
        
          | zypp::PluginFrame::Impl::Impl | ( | const std::string & | command_r, |  
          |  |  | ByteArray && | body_r ) |  | inline | 
 
 
◆ Impl() [4/6]
◆ Impl() [5/6]
◆ Impl() [6/6]
      
        
          | zypp::PluginFrame::Impl::Impl | ( | std::istream & | stream_r | ) |  | 
      
 
 
◆ empty()
  
  | 
        
          | bool zypp::PluginFrame::Impl::empty | ( |  | ) | const |  | inline | 
 
 
◆ command()
  
  | 
        
          | const std::string & zypp::PluginFrame::Impl::command | ( |  | ) | const |  | inline | 
 
 
◆ setCommand()
  
  | 
        
          | void zypp::PluginFrame::Impl::setCommand | ( | const std::string & | command_r | ) |  |  | inline | 
 
 
◆ body()
  
  | 
        
          | const ByteArray & zypp::PluginFrame::Impl::body | ( |  | ) | const |  | inline | 
 
 
◆ bodyRef()
  
  | 
        
          | ByteArray & zypp::PluginFrame::Impl::bodyRef | ( |  | ) |  |  | inline | 
 
 
◆ setBody()
  
  | 
        
          | void zypp::PluginFrame::Impl::setBody | ( | ByteArray && | body_r | ) |  |  | inline | 
 
 
◆ escapeHeader()
  
  | 
        
          | std::string zypp::PluginFrame::Impl::escapeHeader | ( | std::string_view | val, |  
          |  |  | bool | escapeColon = true ) |  | inlinestatic | 
 
 
◆ unescapeHeader()
  
  | 
        
          | std::string zypp::PluginFrame::Impl::unescapeHeader | ( | std::string_view | val | ) |  |  | inlinestatic | 
 
 
◆ headerList() [1/2]
  
  | 
        
          | HeaderList & zypp::PluginFrame::Impl::headerList | ( |  | ) |  |  | inline | 
 
 
◆ headerList() [2/2]
  
  | 
        
          | const HeaderList & zypp::PluginFrame::Impl::headerList | ( |  | ) | const |  | inline | 
 
 
◆ getHeader() [1/2]
  
  | 
        
          | const std::string & zypp::PluginFrame::Impl::getHeader | ( | const std::string & | key_r | ) | const |  | inline | 
 
 
◆ getHeader() [2/2]
  
  | 
        
          | const std::string & zypp::PluginFrame::Impl::getHeader | ( | const std::string & | key_r, |  
          |  |  | const std::string & | default_r ) const |  | inline | 
 
 
◆ getHeaderNT()
  
  | 
        
          | const std::string & zypp::PluginFrame::Impl::getHeaderNT | ( | const std::string & | key_r, |  
          |  |  | const std::string & | default_r ) const |  | inline | 
 
 
◆ mkHeaderPair()
  
  | 
        
          | HeaderList::value_type zypp::PluginFrame::Impl::mkHeaderPair | ( | const std::string & | key_r, |  
          |  |  | const std::string & | value_r ) |  | inline | 
 
 
◆ setHeader()
  
  | 
        
          | void zypp::PluginFrame::Impl::setHeader | ( | const std::string & | key_r, |  
          |  |  | const std::string & | value_r ) |  | inline | 
 
 
◆ addHeader() [1/2]
  
  | 
        
          | void zypp::PluginFrame::Impl::addHeader | ( | const std::string & | key_r, |  
          |  |  | const std::string & | value_r ) |  | inline | 
 
 
◆ addHeader() [2/2]
◆ addRawHeader()
  
  | 
        
          | void zypp::PluginFrame::Impl::addRawHeader | ( | const std::string_view | data | ) |  |  | inline | 
 
 
◆ clearHeader()
  
  | 
        
          | void zypp::PluginFrame::Impl::clearHeader | ( | const std::string & | key_r | ) |  |  | inline | 
 
 
◆ writeTo()
      
        
          | std::ostream & zypp::PluginFrame::Impl::writeTo | ( | std::ostream & | stream_r | ) | const | 
      
 
 
◆ nullimpl()
◆ clone()
  
  | 
        
          | Impl * zypp::PluginFrame::Impl::clone | ( |  | ) | const |  | inlineprivate | 
 
 
◆ rwcowClone
◆ operator<<()
◆ _command
  
  | 
        
          | std::string zypp::PluginFrame::Impl::_command |  | private | 
 
 
◆ _body
◆ _header
The documentation for this struct was generated from the following file: