|
libzypp 17.38.3
|
Functor returning the keyrings data (cached). More...
#include <zypp-common/private/keyring_p.h>

Classes | |
| struct | Manip |
| Helper providing on demand a KeyManagerCtx to manip the cached keyring. More... | |
| struct | Cache |
Public Member Functions | |
| const std::list< PublicKeyData > & | operator() (const Pathname &keyring_r) const |
| void | setDirty (const Pathname &keyring_r) |
| Manip | manip (Pathname keyring_r) |
| Helper providing on demand a KeyManagerCtx to manip the cached keyring. | |
Private Types | |
| using | CacheMap = std::map<Pathname, Cache> |
Private Member Functions | |
| const std::list< PublicKeyData > & | getData (const Pathname &keyring_r) const |
| const std::list< PublicKeyData > & | getData (const Pathname &keyring_r, Cache &cache_r) const |
Private Attributes | |
| CacheMap | _cacheMap |
Functor returning the keyrings data (cached).
Definition at line 32 of file keyring_p.h.
|
private |
Definition at line 78 of file keyring_p.h.
| const std::list< PublicKeyData > & zypp::CachedPublicKeyData::operator() | ( | const Pathname & | keyring_r | ) | const |
Definition at line 84 of file keyring_p.cc.
| void zypp::CachedPublicKeyData::setDirty | ( | const Pathname & | keyring_r | ) |
Definition at line 87 of file keyring_p.cc.
| CachedPublicKeyData::Manip zypp::CachedPublicKeyData::manip | ( | filesystem::Pathname | keyring_r | ) |
Helper providing on demand a KeyManagerCtx to manip the cached keyring.
Definition at line 90 of file keyring_p.cc.
|
private |
Definition at line 92 of file keyring_p.cc.
|
private |
Definition at line 100 of file keyring_p.cc.
|
mutableprivate |
Definition at line 84 of file keyring_p.h.