|
libzypp
9.1.2
|
ContentFileReader implementation. More...
Public Member Functions | |
| Impl (const ContentFileReader &parent_r) | |
| RepoIndex & | repoindex () |
| bool | hasRepoIndex () const |
| RepoIndex_Ptr | handoutRepoIndex () |
| bool | setFileCheckSum (std::map< std::string, CheckSum > &map_r, const std::string &value) const |
Public Attributes | |
| std::string | _inputname |
Private Attributes | |
| const ContentFileReader & | _parent |
| RepoIndex_Ptr | _repoindex |
ContentFileReader implementation.
Definition at line 43 of file ContentFileReader.cc.
| zypp::parser::susetags::ContentFileReader::Impl::Impl | ( | const ContentFileReader & | parent_r | ) | [inline] |
Definition at line 46 of file ContentFileReader.cc.
Definition at line 50 of file ContentFileReader.cc.
References _repoindex.
Referenced by zypp::parser::susetags::ContentFileReader::beginParse(), and zypp::parser::susetags::ContentFileReader::parse().
| bool zypp::parser::susetags::ContentFileReader::Impl::hasRepoIndex | ( | ) | const [inline] |
Definition at line 57 of file ContentFileReader.cc.
References _repoindex.
Referenced by zypp::parser::susetags::ContentFileReader::endParse().
| RepoIndex_Ptr zypp::parser::susetags::ContentFileReader::Impl::handoutRepoIndex | ( | ) | [inline] |
Definition at line 60 of file ContentFileReader.cc.
References _repoindex.
Referenced by zypp::parser::susetags::ContentFileReader::endParse().
| bool zypp::parser::susetags::ContentFileReader::Impl::setFileCheckSum | ( | std::map< std::string, CheckSum > & | map_r, |
| const std::string & | value | ||
| ) | const [inline] |
Definition at line 69 of file ContentFileReader.cc.
References error, and zypp::str::split().
Referenced by zypp::parser::susetags::ContentFileReader::parse().
Definition at line 85 of file ContentFileReader.cc.
Referenced by zypp::parser::susetags::ContentFileReader::errPrefix(), and zypp::parser::susetags::ContentFileReader::parse().
Definition at line 88 of file ContentFileReader.cc.
RepoIndex_Ptr zypp::parser::susetags::ContentFileReader::Impl::_repoindex [private] |
Definition at line 89 of file ContentFileReader.cc.
Referenced by handoutRepoIndex(), hasRepoIndex(), and repoindex().
1.7.6.1