libzypp 17.35.11
zypp::CachedPublicKeyData::Cache Struct Reference

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
 

Detailed Description

Definition at line 60 of file keyring_p.h.

Constructor & Destructor Documentation

◆ Cache()

zypp::CachedPublicKeyData::Cache::Cache ( )

Definition at line 135 of file KeyRing.cc.

Member Function Documentation

◆ setDirty()

void zypp::CachedPublicKeyData::Cache::setDirty ( )

Definition at line 137 of file KeyRing.cc.

◆ assertCache()

void zypp::CachedPublicKeyData::Cache::assertCache ( const Pathname & keyring_r)

Definition at line 143 of file KeyRing.cc.

◆ hasChanged()

bool zypp::CachedPublicKeyData::Cache::hasChanged ( ) const

Definition at line 152 of file KeyRing.cc.

Member Data Documentation

◆ _data

std::list<PublicKeyData> zypp::CachedPublicKeyData::Cache::_data

Definition at line 70 of file keyring_p.h.

◆ _keyringK

scoped_ptr<WatchFile> zypp::CachedPublicKeyData::Cache::_keyringK
private

Definition at line 74 of file keyring_p.h.

◆ _keyringP

scoped_ptr<WatchFile> zypp::CachedPublicKeyData::Cache::_keyringP
private

Definition at line 75 of file keyring_p.h.


The documentation for this struct was generated from the following files: