libzypp
17.35.15
|
Public Member Functions | |
Cache () | |
void | setDirty () |
void | assertCache (const Pathname &keyring_r) |
bool | hasChanged () const |
Public Attributes | |
std::list< PublicKeyData > | _data |
Private Attributes | |
scoped_ptr< WatchFile > | _keyringK |
scoped_ptr< WatchFile > | _keyringP |
Definition at line 60 of file keyring_p.h.
zypp::CachedPublicKeyData::Cache::Cache | ( | ) |
Definition at line 135 of file KeyRing.cc.
void zypp::CachedPublicKeyData::Cache::setDirty | ( | ) |
Definition at line 137 of file KeyRing.cc.
void zypp::CachedPublicKeyData::Cache::assertCache | ( | const Pathname & | keyring_r | ) |
Definition at line 143 of file KeyRing.cc.
bool zypp::CachedPublicKeyData::Cache::hasChanged | ( | ) | const |
Definition at line 152 of file KeyRing.cc.
std::list<PublicKeyData> zypp::CachedPublicKeyData::Cache::_data |
Definition at line 70 of file keyring_p.h.
|
private |
Definition at line 74 of file keyring_p.h.
|
private |
Definition at line 75 of file keyring_p.h.