|
libzypp
17.35.14
|
Classes | |
| struct | MediaFileCacheEntry |
Public Member Functions | |
| SharedData (const SharedData &)=delete | |
| SharedData (SharedData &&)=delete | |
| SharedData & | operator= (const SharedData &)=delete |
| SharedData & | operator= (SharedData &&)=delete |
| ~SharedData () | |
| auto | findInCache (const std::string &mediaCacheKey) |
Static Public Member Functions | |
| static std::shared_ptr< SharedData > | instance () |
| static const zypp::str::regex & | mediaRegex () |
Public Attributes | |
| zyppng::EventDispatcherRef | _dispatcher |
| zyppng::DownloaderRef | _downloader |
| zypp::filesystem::TmpDir | _mediaCacheDir {zypp::filesystem::TmpDir::defaultLocation(), "ZyppMediaCache."} |
| std::unordered_map< std::string, MediaFileCacheEntry > | _mediaCacheEntries |
Private Member Functions | |
| SharedData () | |
Definition at line 99 of file MediaNetwork.cc.
|
delete |
|
delete |
|
inline |
Definition at line 106 of file MediaNetwork.cc.
|
inlineprivate |
Definition at line 150 of file MediaNetwork.cc.
|
delete |
|
delete |
|
inlinestatic |
Definition at line 110 of file MediaNetwork.cc.
|
inlinestatic |
Definition at line 115 of file MediaNetwork.cc.
|
inline |
Definition at line 132 of file MediaNetwork.cc.
| zyppng::EventDispatcherRef internal::SharedData::_dispatcher |
Definition at line 121 of file MediaNetwork.cc.
| zyppng::DownloaderRef internal::SharedData::_downloader |
Definition at line 122 of file MediaNetwork.cc.
| zypp::filesystem::TmpDir internal::SharedData::_mediaCacheDir {zypp::filesystem::TmpDir::defaultLocation(), "ZyppMediaCache."} |
Definition at line 146 of file MediaNetwork.cc.
| std::unordered_map<std::string, MediaFileCacheEntry> internal::SharedData::_mediaCacheEntries |
Definition at line 147 of file MediaNetwork.cc.