|
libzypp
17.32.2
|
Functor returning the keyrings data (cached). More...
#include <zypp_detail/keyring_p.h>

Classes | |
| struct | Cache |
| struct | Manip |
| Helper providing on demand a KeyManagerCtx to manip the cached keyring. More... | |
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. More... | |
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 159 of file KeyRing.cc.
| void zypp::CachedPublicKeyData::setDirty | ( | const Pathname & | keyring_r | ) |
Definition at line 162 of file KeyRing.cc.
| CachedPublicKeyData::Manip zypp::CachedPublicKeyData::manip | ( | filesystem::Pathname | keyring_r | ) |
Helper providing on demand a KeyManagerCtx to manip the cached keyring.
Definition at line 165 of file KeyRing.cc.
|
private |
Definition at line 167 of file KeyRing.cc.
|
private |
Definition at line 175 of file KeyRing.cc.
|
mutableprivate |
Definition at line 84 of file keyring_p.h.