Namespaces |
namespace | plaindir |
namespace | susetags |
namespace | ws |
namespace | yum |
Classes |
class | HistoryLogReader |
| Reads a zypp history log file and calls the ProcessItem function passed in the constructor for each item read. More...
|
class | IniDict |
| Parses a INI file and offers its structure as a dictionary. More...
|
class | IniParser |
| Basic SUSEtags parser. More...
|
class | ParseException |
class | ParserProgress |
struct | ProductNode |
class | ProductFileData |
| Data returned by ProductFileReader. More...
|
class | ProductFileReader |
| Parser for /etc/products.d enries (just relevant entires). More...
|
class | RepoFileReader |
| Read repository data from a .repo file. More...
|
class | RepoindexFileReader |
| Reads through a repoindex.xml file and collects repositories. More...
|
class | ServiceFileReader |
| Read service data from a .service file. More...
|
Functions |
std::ostream & | operator<< (std::ostream &str, const IniDict &obj) |
std::ostream & | operator<< (std::ostream &str, const ProductFileData &obj) |
std::ostream & | operator<< (std::ostream &str, const ProductFileData::Upgrade &obj) |
static void | repositories_in_stream (const InputStream &is, const RepoFileReader::ProcessRepo &callback, const ProgressData::ReceiverFnc &progress) |
| List of RepoInfo's from a file.
|
std::ostream & | operator<< (std::ostream &str, const RepoFileReader &obj) |
std::ostream & | operator<< (std::ostream &str, const ServiceFileReader &obj) |