|
libzypp 17.38.3
|
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 60 of file keyring_p.cc.
| void zypp::CachedPublicKeyData::Cache::setDirty | ( | ) |
Definition at line 62 of file keyring_p.cc.
| void zypp::CachedPublicKeyData::Cache::assertCache | ( | const Pathname & | keyring_r | ) |
Definition at line 68 of file keyring_p.cc.
| bool zypp::CachedPublicKeyData::Cache::hasChanged | ( | ) | const |
Definition at line 77 of file keyring_p.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.