PluginFrame implementation.
More...
PluginFrame implementation.
Definition at line 32 of file PluginFrame.cc.
| zypp::PluginFrame::Impl::Impl |
( |
| ) |
|
|
inline |
| zypp::PluginFrame::Impl::Impl |
( |
const std::string & |
command_r | ) |
|
|
inline |
| zypp::PluginFrame::Impl::Impl |
( |
const std::string & |
command_r, |
|
|
const std::string & |
body_r |
|
) |
| |
|
inline |
| zypp::PluginFrame::Impl::Impl |
( |
const std::string & |
command_r, |
|
|
const std::string & |
body_r, |
|
|
HeaderInitializerList |
contents_r |
|
) |
| |
|
inline |
| zypp::PluginFrame::Impl::Impl |
( |
std::istream & |
stream_r | ) |
|
| bool zypp::PluginFrame::Impl::empty |
( |
| ) |
const |
|
inline |
| const std::string& zypp::PluginFrame::Impl::command |
( |
| ) |
const |
|
inline |
| void zypp::PluginFrame::Impl::setCommand |
( |
const std::string & |
command_r | ) |
|
|
inline |
| const std::string& zypp::PluginFrame::Impl::body |
( |
| ) |
const |
|
inline |
| std::string& zypp::PluginFrame::Impl::bodyRef |
( |
| ) |
|
|
inline |
| void zypp::PluginFrame::Impl::setBody |
( |
const std::string & |
body_r | ) |
|
|
inline |
| HeaderList& zypp::PluginFrame::Impl::headerList |
( |
| ) |
|
|
inline |
| const HeaderList& zypp::PluginFrame::Impl::headerList |
( |
| ) |
const |
|
inline |
| const std::string& zypp::PluginFrame::Impl::getHeader |
( |
const std::string & |
key_r | ) |
const |
|
inline |
| const std::string& zypp::PluginFrame::Impl::getHeader |
( |
const std::string & |
key_r, |
|
|
const std::string & |
default_r |
|
) |
| const |
|
inline |
| const std::string& zypp::PluginFrame::Impl::getHeaderNT |
( |
const std::string & |
key_r, |
|
|
const std::string & |
default_r |
|
) |
| const |
|
inline |
| HeaderList::value_type zypp::PluginFrame::Impl::mkHeaderPair |
( |
const std::string & |
key_r, |
|
|
const std::string & |
value_r |
|
) |
| |
|
inline |
| void zypp::PluginFrame::Impl::setHeader |
( |
const std::string & |
key_r, |
|
|
const std::string & |
value_r |
|
) |
| |
|
inline |
| void zypp::PluginFrame::Impl::addHeader |
( |
const std::string & |
key_r, |
|
|
const std::string & |
value_r |
|
) |
| |
|
inline |
| void zypp::PluginFrame::Impl::clearHeader |
( |
const std::string & |
key_r | ) |
|
|
inline |
| std::ostream & zypp::PluginFrame::Impl::writeTo |
( |
std::ostream & |
stream_r | ) |
const |
| Impl* zypp::PluginFrame::Impl::clone |
( |
| ) |
const |
|
inlineprivate |
| std::string zypp::PluginFrame::Impl::_command |
|
private |
| std::string zypp::PluginFrame::Impl::_body |
|
private |
The documentation for this struct was generated from the following file: