|
libzypp
15.22.2
|
Repository content data (from /content file). More...
#include <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... | |
Protected Member Functions inherited from zypp::base::ReferenceCounted | |
| 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 | |
Public Member Functions inherited from zypp::base::ReferenceCounted | |
| 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 Public Member Functions inherited from zypp::base::ReferenceCounted | |
| 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... | |
Related Functions inherited from zypp::base::ReferenceCounted | |
| void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
| void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
| std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &obj) |
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.