| libzypp 17.37.14
    | 
Query class for Patch issue references like bugzilla and security issues the patch is supposed to fix. More...
#include <zypp/Patch.h>
 
 | Public Member Functions | |
| ReferenceIterator () | |
| ReferenceIterator (const sat::Solvable &val_r) | |
| std::string | id () const | 
| The id of the reference. | |
| std::string | href () const | 
| Url or pointer where to find more information. | |
| std::string | title () const | 
| Title describing the issue. | |
| std::string | type () const | 
| Type of the reference. | |
| Private Member Functions | |
| int | dereference () const | 
| Friends | |
| class | boost::iterator_core_access | 
Query class for Patch issue references like bugzilla and security issues the patch is supposed to fix.
The iterator does not provide a dereference operator so you can do * on it, but you can access the attributes of each patch issue reference directly from the iterator.
| 
 | inline | 
| 
 | explicit | 
| std::string zypp::Patch::ReferenceIterator::id | ( | ) | const | 
| std::string zypp::Patch::ReferenceIterator::href | ( | ) | const | 
| std::string zypp::Patch::ReferenceIterator::title | ( | ) | const | 
| std::string zypp::Patch::ReferenceIterator::type | ( | ) | const | 
| 
 | inlineprivate |