libzypp  15.28.6
RepoFileReader.cc File Reference
Include dependency graph for RepoFileReader.cc:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::parser
 

Functions

static void zypp::parser::repositories_in_stream (const InputStream &is, const RepoFileReader::ProcessRepo &callback, const ProgressData::ReceiverFnc &progress)
 List of RepoInfo's from a file. More...
 
std::ostream & zypp::parser::operator<< (std::ostream &str, const RepoFileReader &obj)
 

Variable Documentation

MultiLine _inMultiline = MultiLine::none

Definition at line 103 of file RepoFileReader.cc.

std::map<std::string,std::list<Url> > _baseurls

Definition at line 105 of file RepoFileReader.cc.

std::map<std::string,std::list<Url> > _gpgkeys

Definition at line 106 of file RepoFileReader.cc.