#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 |
Defines | |
| #define | SERIALIZER_VERSION "2.0" |
Functions | |
| template<class T> | |
| string | zypp::storage::toXML (const T &obj) |
| template<> | |
| string | zypp::storage::toXML (const Edition &edition) |
| template<> | |
| string | zypp::storage::toXML (const Arch &arch) |
| template<> | |
| string | zypp::storage::toXML (const Capability &cap) |
| template<> | |
| string | zypp::storage::toXML (const CapSet &caps) |
| template<> | |
| string | zypp::storage::toXML (const Dependencies &dep) |
| template<> | |
| string | zypp::storage::toXML (const Resolvable::constPtr &obj) |
| Serialize Resolvable properties NOTE: This wont serialize child classes properties Use castedToXML for that. | |
| string | zypp::storage::castedToXML (const Resolvable::constPtr &ret) |
| Serialize properties based in the specific kind of the Resolvable. | |
| string | zypp::storage::resolvableTypeToString (const Resolvable::constPtr &resolvable, bool plural=false) |
| lack of instrospection sucks | |
| string | zypp::storage::resolvableKindToString (const Resolvable::Kind &kind, bool plural=false) |
| lack of instrospection sucks | |
Definition in file serialize.h.
| #define SERIALIZER_VERSION "2.0" |
Definition at line 36 of file serialize.h.
1.5.3