|
libzypp
9.1.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<<. | |
Friends | |
| class | ContentFileReader |
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.
| std::ostream & zypp::parser::susetags::RepoIndex::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::base::ReferenceCounted.
Definition at line 33 of file RepoIndex.cc.
References mediaFileChecksums, metaFileChecksums, and signingKeys.
friend class ContentFileReader [friend] |
Definition at line 50 of file RepoIndex.h.
Definition at line 54 of file RepoIndex.h.
Referenced by zypp::parser::susetags::ContentFileReader::beginParse(), and zypp::parser::susetags::ContentFileReader::parse().
Definition at line 55 of file RepoIndex.h.
Referenced by zypp::parser::susetags::ContentFileReader::beginParse(), and zypp::parser::susetags::ContentFileReader::parse().
Definition at line 57 of file RepoIndex.h.
Referenced by dumpOn(), and zypp::parser::susetags::ContentFileReader::parse().
Definition at line 58 of file RepoIndex.h.
Referenced by dumpOn(), and zypp::parser::susetags::ContentFileReader::parse().
Definition at line 59 of file RepoIndex.h.
Referenced by dumpOn(), and zypp::parser::susetags::ContentFileReader::parse().
1.7.6.1