| libzypp 17.36.7
    | 
 
 | Public Member Functions | |
| Impl (const Pathname &repomd_file, ProcessResource &&callback) | |
| Ctro taking a ProcessResource callback. | |
| bool | consumeNode (Reader &reader_r) | 
| Callback provided to the XML parser. | |
| const std::set< std::string > & | keywords () const | 
| repo keywords parsed on the fly | |
| Private Member Functions | |
| CheckSum | getChecksum (Reader &reader_r) | 
| Retrieve a checksum node. | |
| ByteCount | getSize (Reader &reader_r) | 
| Retrieve a size node. | |
| Private Attributes | |
| ProcessResource | _callback | 
| Function for processing collected data. | |
| std::string | _typeStr | 
| The resource type string. | |
| OnMediaLocation | _location | 
| Location of metadata file. | |
| std::set< std::string > | _keywords | 
| repo keywords parsed on the fly | |
Definition at line 45 of file RepomdFileReader.cc.
| 
 | inline | 
Ctro taking a ProcessResource callback.
Definition at line 49 of file RepomdFileReader.cc.
Callback provided to the XML parser.
Definition at line 102 of file RepomdFileReader.cc.
| 
 | inline | 
repo keywords parsed on the fly
Definition at line 64 of file RepomdFileReader.cc.
Retrieve a checksum node.
Definition at line 69 of file RepomdFileReader.cc.
Retrieve a size node.
Definition at line 73 of file RepomdFileReader.cc.
| 
 | private | 
Function for processing collected data.
Passed-in through constructor.
Definition at line 79 of file RepomdFileReader.cc.
| 
 | private | 
The resource type string.
Definition at line 82 of file RepomdFileReader.cc.
| 
 | private | 
Location of metadata file.
Definition at line 85 of file RepomdFileReader.cc.
| 
 | private | 
repo keywords parsed on the fly
Definition at line 87 of file RepomdFileReader.cc.