|
libzypp
9.1.2
|
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) |
| std::ostream& zypp::parser::operator<< | ( | std::ostream & | str, |
| const IniDict & | obj | ||
| ) | [related] |
Definition at line 143 of file IniDict.cc.
References zypp::parser::IniDict::entriesBegin(), zypp::parser::IniDict::entriesEnd(), zypp::parser::IniDict::sectionsBegin(), and zypp::parser::IniDict::sectionsEnd().
| std::ostream& zypp::parser::operator<< | ( | std::ostream & | str, |
| const ProductFileData & | obj | ||
| ) | [related] |
Definition at line 105 of file ProductFileReader.cc.
References zypp::parser::ProductFileData::arch(), zypp::Arch::c_str(), zypp::IdString::c_str(), zypp::IdStringType< Derived >::c_str(), zypp::parser::ProductFileData::edition(), for_, zypp::str::form(), zypp::parser::ProductFileData::name(), zypp::parser::ProductFileData::upgrades(), and zypp::parser::ProductFileData::vendor().
| std::ostream& zypp::parser::operator<< | ( | std::ostream & | str, |
| const ProductFileData::Upgrade & | obj | ||
| ) | [related] |
Definition at line 120 of file ProductFileReader.cc.
References zypp::str::form(), zypp::parser::ProductFileData::Upgrade::name(), zypp::parser::ProductFileData::Upgrade::notify(), zypp::parser::ProductFileData::Upgrade::product(), zypp::parser::ProductFileData::Upgrade::repository(), and zypp::parser::ProductFileData::Upgrade::status().
| 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.
| file | pathname of the file to read. |
Definition at line 36 of file RepoFileReader.cc.
References zypp::RepoInfo::addBaseUrl(), zypp::parser::IniDict::entriesBegin(), zypp::parser::IniDict::entriesEnd(), ERR, zypp::Url::isValid(), MIL, zypp::InputStream::path(), zypp::str::regex_match(), zypp::parser::IniDict::sectionsBegin(), zypp::parser::IniDict::sectionsEnd(), zypp::repo::RepoInfoBase::setAlias(), zypp::repo::RepoInfoBase::setAutorefresh(), zypp::repo::RepoInfoBase::setEnabled(), zypp::repo::RepoInfoBase::setFilepath(), zypp::RepoInfo::setGpgCheck(), zypp::RepoInfo::setGpgKeyUrl(), zypp::RepoInfo::setKeepPackages(), zypp::RepoInfo::setMirrorListUrl(), zypp::repo::RepoInfoBase::setName(), zypp::RepoInfo::setPath(), zypp::RepoInfo::setPriority(), zypp::Url::setQueryParam(), zypp::RepoInfo::setService(), zypp::RepoInfo::setType(), zypp::str::split(), zypp::str::strToTrue(), and url.
Referenced by zypp::parser::RepoFileReader::RepoFileReader().
| 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.
1.7.6.1