| libzypp 17.37.10
    | 
Query class for Repository related products. More...
#include <zypp/Repository.h>
 
 | Public Member Functions | |
| ProductInfoIterator () | |
| std::string | label () const | 
| Product label. | |
| CpeId | cpeId () const | 
| The Common Platform Enumeration name for this product. | |
| Private Member Functions | |
| ProductInfoIterator (sat::SolvAttr attr_r, Repository repo_r) | |
| Hide ctor as just a limited set of attributes is valid. | |
| int | dereference () const | 
| Friends | |
| class | Repository | 
| class | boost::iterator_core_access | 
Query class for Repository related products.
Products are identified by CpeIds within the repositories metadata.
The iterator does not provide a dereference operator so you can do * on it, but you can access the attributes of each related product directly from the iterator.
Definition at line 376 of file Repository.h.
| 
 | inline | 
Definition at line 385 of file Repository.h.
| 
 | explicitprivate | 
Hide ctor as just a limited set of attributes is valid.
Definition at line 437 of file Repository.cc.
| std::string zypp::Repository::ProductInfoIterator::label | ( | ) | const | 
Product label.
Definition at line 440 of file Repository.cc.
| CpeId zypp::Repository::ProductInfoIterator::cpeId | ( | ) | const | 
The Common Platform Enumeration name for this product.
Definition at line 443 of file Repository.cc.
| 
 | inlineprivate | 
Definition at line 401 of file Repository.h.
| 
 | friend | 
Definition at line 395 of file Repository.h.
| 
 | friend | 
Definition at line 400 of file Repository.h.