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, |
|
|
const std::string & |
body_r |
|
) |
| |
|
inline |
◆ Impl() [4/6]
◆ Impl() [5/6]
zypp::PluginFrame::Impl::Impl |
( |
const std::string & |
command_r, |
|
|
const std::string & |
body_r, |
|
|
HeaderInitializerList |
contents_r |
|
) |
| |
|
inline |
◆ 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 std::string & zypp::PluginFrame::Impl::body |
( |
| ) |
const |
|
inline |
◆ bodyRef()
std::string & zypp::PluginFrame::Impl::bodyRef |
( |
| ) |
|
|
inline |
◆ setBody()
void zypp::PluginFrame::Impl::setBody |
( |
const std::string & |
body_r | ) |
|
|
inline |
◆ 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]
◆ 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
std::string zypp::PluginFrame::Impl::_body |
|
private |
◆ _header
The documentation for this struct was generated from the following file: