PluginFrame implementation.
More...
|
| Impl () |
|
| Impl (const std::string &command_r) |
|
| Impl (const std::string &command_r, const std::string body_r) |
|
| Impl (std::istream &stream_r) |
|
bool | empty () const |
|
const std::string & | command () const |
|
void | setCommand (const std::string &command_r) |
|
const std::string & | body () const |
|
std::string & | bodyRef () |
|
void | setBody (const std::string &body_r) |
|
HeaderList & | headerList () |
|
const HeaderList & | headerList () const |
|
const std::string & | getHeader (const std::string &key_r) const |
|
const std::string & | getHeader (const std::string &key_r, const std::string &default_r) const |
|
const std::string & | getHeaderNT (const std::string &key_r, const std::string &default_r) const |
|
HeaderList::value_type | mkHeaderPair (const std::string &key_r, const std::string &value_r) |
|
void | setHeader (const std::string &key_r, const std::string &value_r) |
|
void | addHeader (const std::string &key_r, const std::string &value_r) |
|
void | clearHeader (const std::string &key_r) |
|
std::ostream & | writeTo (std::ostream &stream_r) const |
|
PluginFrame implementation.
Definition at line 29 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 |
( |
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: