#include <ostream>
#include <iostream>
#include <zypp/base/String.h>
#include <zypp-core/base/DefaultIntegral>
#include <zypp/parser/xml/XmlEscape.h>
#include <zypp/RepoInfo.h>
#include <zypp/ServiceInfo.h>
Go to the source code of this file.
|
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
◆ escape()
ZYPP_API detail::EscapedString zypp::xml::escape |
( |
const std::string & | in_r | ) |
|
|
inline |
Escape xml special charaters (& -> &; from IoBind library).
The detail::EscapedString can be dumped to an ostream and implicitly converts into a std::string.
Definition at line 51 of file XmlEscape.h.