Classes | |
class | Writer |
Collect and serialize a set of ResObject. More... | |
class | Reader |
Retrieve ResObject data serialized by Writer. More... | |
Functions | |
std::string | attrIf (const std::string &tag_r, const std::string &value_r) |
writeXml helper. | |
std::ostream & | operator<< (std::ostream &str, const Reader &obj) |
std::string zypp::syscontent::@441::attrIf | ( | const std::string & | tag_r, | |
const std::string & | value_r | |||
) | [inline, static] |
writeXml helper.
tag="value"
if value not empty, else an empty string. Definition at line 37 of file SysContent.cc.
Referenced by zypp::syscontent::Writer::Impl::writeXml().
std::ostream& zypp::syscontent::operator<< | ( | std::ostream & | str, | |
const Reader & | obj | |||
) | [related] |
Definition at line 444 of file SysContent.cc.