libzypp  10.5.0
zypp::parser Namespace Reference

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)

Function Documentation

std::ostream& zypp::parser::operator<< ( std::ostream &  str,
const IniDict &  obj 
) [related]

Definition at line 143 of file IniDict.cc.

std::ostream& zypp::parser::operator<< ( std::ostream &  str,
const ProductFileData &  obj 
) [related]

Definition at line 105 of file ProductFileReader.cc.

std::ostream& zypp::parser::operator<< ( std::ostream &  str,
const ProductFileData::Upgrade &  obj 
) [related]

Definition at line 120 of file ProductFileReader.cc.

static void zypp::parser::repositories_in_stream ( const InputStream &  is,
const RepoFileReader::ProcessRepo &  callback,
const ProgressData::ReceiverFnc &  progress 
) [static]

List of RepoInfo's from a file.

Parameters:
filepathname of the file to read.

Definition at line 36 of file RepoFileReader.cc.

std::ostream& zypp::parser::operator<< ( std::ostream &  str,
const RepoFileReader &  obj 
) [related]

Definition at line 134 of file RepoFileReader.cc.

std::ostream& zypp::parser::operator<< ( std::ostream &  str,
const ServiceFileReader &  obj 
) [related]

Definition at line 121 of file ServiceFileReader.cc.