#include <iosfwd>
#include "zypp/base/PtrTypes.h"
#include "Backend.h"
#include <zypp/Message.h>
#include <zypp/Resolvable.h>
#include <zypp/Patch.h>
#include <zypp/Package.h>
#include <zypp/Script.h>
#include <zypp/Atom.h>
#include <zypp/Language.h>
#include <zypp/Pattern.h>
#include <zypp/Selection.h>
#include <zypp/Product.h>
#include <zypp/Edition.h>
#include <zypp/CapSet.h>
#include <zypp/Capability.h>
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::storage |
Functions | |
template<class T> | |
std::string | zypp::storage::toXML (const T &obj) |
template<> | |
std::string | zypp::storage::toXML (const Edition &edition) |
template<> | |
std::string | zypp::storage::toXML (const Arch &arch) |
template<> | |
std::string | zypp::storage::toXML (const Capability &cap) |
template<> | |
std::string | zypp::storage::toXML (const CapSet &caps) |
template<> | |
std::string | zypp::storage::toXML (const Dependencies &dep) |
template<> | |
std::string | zypp::storage::toXML (const Resolvable::constPtr &obj) |
Serialize ResObject properties. | |
std::string | zypp::storage::castedToXML (const Resolvable::constPtr &ret) |
Serialize properties based in the specific kind of the Resolvable. | |
std::string | zypp::storage::resolvableTypeToString (const Resolvable::constPtr &resolvable, bool plural=false) |
lack of instrospection sucks | |
std::string | zypp::storage::resolvableKindToString (const Resolvable::Kind &kind, bool plural=false) |
lack of instrospection sucks | |
template<> | |
std::string | zypp::storage::toXML (const PersistentStorage::SourceData &obj) |