|
libzypp 17.38.7
|
#include <iosfwd>#include <list>#include <string>#include <utility>#include <zypp-common/base/DrunkenBishop.h>#include <zypp-core/base/Iterable.h>#include <zypp-core/base/PtrTypes.h>#include <zypp-core/base/Exception.h>#include <zypp-core/Pathname.h>#include <zypp/Edition.h>#include <zypp-core/Date.h>Go to the source code of this file.
Classes | |
| class | zypp::BadKeyException |
| Exception thrown when the supplied key is not a valid gpg key. More... | |
| class | zypp::PublicSubkeyData |
| Class representing a GPG Public Keys subkeys. More... | |
| class | zypp::PublicKeySignatureData |
| Class representing a signature on a GPG Public Key. More... | |
| class | zypp::PublicKeyData |
| Class representing one GPG Public Keys data. More... | |
| class | zypp::PublicKey |
| Class representing one GPG Public Key (PublicKeyData + ASCII armored in a tempfile). More... | |
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::filesystem |
| Types and functions for filesystem operations. | |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const PublicSubkeyData &obj) |
| relates: PublicSubkeyData Stream output | |
| std::ostream & | zypp::operator<< (std::ostream &str, const PublicKeySignatureData &obj) |
| relates: PublicKeySignatureData Stream output | |
| std::ostream & | zypp::operator<< (std::ostream &str, const PublicKeyData &obj) |
| relates: PublicKeyData Stream output | |
| std::ostream & | zypp::dumpOn (std::ostream &str, const PublicKeyData &obj) |
| relates: PublicKeyData Detailed stream output | |
| bool | zypp::operator== (const PublicKeyData &lhs, const PublicKeyData &rhs) ZYPP_API |
| relates: PublicKeyData Equal based on fingerprint anf creation date. | |
| bool | zypp::operator!= (const PublicKeyData &lhs, const PublicKeyData &rhs) |
| relates: PublicKeyData NotEqual. | |
| std::ostream & | zypp::operator<< (std::ostream &str, const PublicKey &obj) |
| relates: PublicKey Stream output | |
| std::ostream & | zypp::dumpOn (std::ostream &str, const PublicKey &obj) ZYPP_API |
| relates: PublicKey Detailed stream output | |