Public Member Functions | |
| Impl (const ContentFileReader &parent_r) | |
| data::Product & | product () |
| RepoIndex & | repoindex () |
| bool | hasProduct () const |
| bool | hasRepoIndex () const |
| data::Product_Ptr | handoutProduct () |
| RepoIndex_Ptr | handoutRepoIndex () |
| bool | isRel (const std::string &rel_r) const |
| bool | setUrlList (std::list< Url > &list_r, const std::string &value) const |
| void | setDependencies (data::DependencyList &deplist_r, const std::string &value) const |
| bool | setFileCheckSum (std::map< std::string, CheckSum > &map_r, const std::string &value) const |
Public Attributes | |
| std::string | _inputname |
Private Attributes | |
| const ContentFileReader & | _parent |
| data::Product_Ptr | _product |
| RepoIndex_Ptr | _repoindex |
Definition at line 47 of file ContentFileReader.cc.
| zypp::parser::susetags::ContentFileReader::Impl::Impl | ( | const ContentFileReader & | parent_r | ) | [inline] |
Definition at line 50 of file ContentFileReader.cc.
| data::Product& zypp::parser::susetags::ContentFileReader::Impl::product | ( | ) | [inline] |
| RepoIndex& zypp::parser::susetags::ContentFileReader::Impl::repoindex | ( | ) | [inline] |
| bool zypp::parser::susetags::ContentFileReader::Impl::hasProduct | ( | ) | const [inline] |
| bool zypp::parser::susetags::ContentFileReader::Impl::hasRepoIndex | ( | ) | const [inline] |
| data::Product_Ptr zypp::parser::susetags::ContentFileReader::Impl::handoutProduct | ( | ) | [inline] |
| RepoIndex_Ptr zypp::parser::susetags::ContentFileReader::Impl::handoutRepoIndex | ( | ) | [inline] |
| bool zypp::parser::susetags::ContentFileReader::Impl::isRel | ( | const std::string & | rel_r | ) | const [inline] |
Definition at line 91 of file ContentFileReader.cc.
| bool zypp::parser::susetags::ContentFileReader::Impl::setUrlList | ( | std::list< Url > & | list_r, | |
| const std::string & | value | |||
| ) | const [inline] |
| void zypp::parser::susetags::ContentFileReader::Impl::setDependencies | ( | data::DependencyList & | deplist_r, | |
| const std::string & | value | |||
| ) | const [inline] |
Definition at line 126 of file ContentFileReader.cc.
References name, zypp::capability::parse(), and zypp::url::split().
| bool zypp::parser::susetags::ContentFileReader::Impl::setFileCheckSum | ( | std::map< std::string, CheckSum > & | map_r, | |
| const std::string & | value | |||
| ) | const [inline] |
Definition at line 195 of file ContentFileReader.cc.
Definition at line 198 of file ContentFileReader.cc.
data::Product_Ptr zypp::parser::susetags::ContentFileReader::Impl::_product [private] |
Definition at line 199 of file ContentFileReader.cc.
Referenced by handoutProduct(), hasProduct(), and product().
RepoIndex_Ptr zypp::parser::susetags::ContentFileReader::Impl::_repoindex [private] |
Definition at line 200 of file ContentFileReader.cc.
Referenced by handoutRepoIndex(), hasRepoIndex(), and repoindex().
1.5.3