Inheritance diagram for zypp::source::susetags::PackageDiskUsageParser:

Public Member Functions | |
| PackageDiskUsageParser (parser::ParserProgress::Ptr progress) | |
| virtual void | beginParse () |
| virtual void | consume (const SingleTag &stag_r) |
| virtual void | consume (const MultiTag &mtag_r) |
| virtual void | endParse () |
Public Attributes | |
| PkgDiskUsage | result |
| NVRAD | _current_nvrad |
| bool | _pkg_pending |
| boost::regex | sizeEntryRX |
Definition at line 44 of file PackagesParser.cc.
| zypp::source::susetags::PackageDiskUsageParser::PackageDiskUsageParser | ( | parser::ParserProgress::Ptr | progress | ) | [inline] |
Definition at line 52 of file PackagesParser.cc.
| virtual void zypp::source::susetags::PackageDiskUsageParser::beginParse | ( | ) | [inline, virtual] |
Reimplemented from zypp::parser::tagfile::TagFileParser.
Definition at line 55 of file PackagesParser.cc.
References _pkg_pending, and sizeEntryRX.
| virtual void zypp::source::susetags::PackageDiskUsageParser::consume | ( | const SingleTag & | stag_r | ) | [inline, virtual] |
Definition at line 62 of file PackagesParser.cc.
References _current_nvrad, _pkg_pending, ERR, zypp::str::split(), WAR, and ZYPP_THROW.
| virtual void zypp::source::susetags::PackageDiskUsageParser::consume | ( | const MultiTag & | mtag_r | ) | [inline, virtual] |
Definition at line 86 of file PackagesParser.cc.
References _current_nvrad, _pkg_pending, zypp::DiskUsage::add(), result, sizeEntryRX, and ZYPP_THROW.
| virtual void zypp::source::susetags::PackageDiskUsageParser::endParse | ( | ) | [inline, virtual] |
Reimplemented from zypp::parser::tagfile::TagFileParser.
Definition at line 113 of file PackagesParser.cc.
Definition at line 47 of file PackagesParser.cc.
Referenced by consume(), and zypp::source::susetags::parsePackagesDiskUsage().
1.5.0