libzypp 17.31.7
|
Repository content data (from /content file). More...
#include <parser/susetags/RepoIndex.h>
Public Types | |
typedef std::map< std::string, CheckSum > | FileChecksumMap |
Public Attributes | |
Pathname | descrdir |
Pathname | datadir |
FileChecksumMap | metaFileChecksums |
FileChecksumMap | mediaFileChecksums |
FileChecksumMap | signingKeys |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. More... | |
![]() | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. More... | |
virtual void | ref_to (unsigned) const |
Trigger derived classes after refCount was increased. More... | |
virtual void | unref_to (unsigned) const |
Trigger derived classes after refCount was decreased. More... | |
Friends | |
class | ContentFileReader |
Additional Inherited Members | |
![]() | |
ReferenceCounted () | |
Default ctor. More... | |
ReferenceCounted (const ReferenceCounted &rhs) | |
Copy ctor. More... | |
virtual | ~ReferenceCounted () |
Dtor. More... | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
Assignment. More... | |
unsigned | refCount () const |
Return reference counter value. More... | |
void | ref () const |
Add a reference. More... | |
void | unref () const |
Release a reference. More... | |
![]() | |
static void | add_ref (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
static void | release (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
![]() | |
void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
intrusive_ptr hook to add_ref. More... | |
void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
intrusive_ptr hook to release. More... | |
std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &obj) |
Stream output. More... | |
Repository content data (from /content file).
File and Checksum definitions required by Downloader and Parser. (Do not confuse with NU's repoindex.xml)
Definition at line 48 of file RepoIndex.h.
typedef std::map<std::string, CheckSum> zypp::parser::susetags::RepoIndex::FileChecksumMap |
Definition at line 52 of file RepoIndex.h.
|
protectedvirtual |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::base::ReferenceCounted.
Definition at line 33 of file RepoIndex.cc.
|
friend |
Definition at line 50 of file RepoIndex.h.
Pathname zypp::parser::susetags::RepoIndex::descrdir |
Definition at line 54 of file RepoIndex.h.
Pathname zypp::parser::susetags::RepoIndex::datadir |
Definition at line 55 of file RepoIndex.h.
FileChecksumMap zypp::parser::susetags::RepoIndex::metaFileChecksums |
Definition at line 57 of file RepoIndex.h.
FileChecksumMap zypp::parser::susetags::RepoIndex::mediaFileChecksums |
Definition at line 58 of file RepoIndex.h.
FileChecksumMap zypp::parser::susetags::RepoIndex::signingKeys |
Definition at line 59 of file RepoIndex.h.