Query class for Patch issue references like bugzilla and security issues the patch is supposed to fix.
More...
#include <zypp/Patch.h>
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.
it != patch->referencesEnd();
{
cout <<
it.href() << endl;
}
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Query class for Patch issue references like bugzilla and security issues the patch is supposed to fix...
Definition at line 269 of file Patch.h.
◆ ReferenceIterator() [1/2]
zypp::Patch::ReferenceIterator::ReferenceIterator |
( |
| ) |
|
|
inline |
◆ ReferenceIterator() [2/2]
◆ id()
std::string zypp::Patch::ReferenceIterator::id |
( |
| ) |
const |
The id of the reference.
For bugzilla entries this is the bug number as a string.
Definition at line 342 of file Patch.cc.
◆ href()
std::string zypp::Patch::ReferenceIterator::href |
( |
| ) |
const |
Url or pointer where to find more information.
Definition at line 344 of file Patch.cc.
◆ title()
std::string zypp::Patch::ReferenceIterator::title |
( |
| ) |
const |
Title describing the issue.
Definition at line 346 of file Patch.cc.
◆ type()
std::string zypp::Patch::ReferenceIterator::type |
( |
| ) |
const |
Type of the reference.
For example "bugzilla"
Definition at line 348 of file Patch.cc.
◆ dereference()
int zypp::Patch::ReferenceIterator::dereference |
( |
| ) |
const |
|
inlineprivate |
◆ boost::iterator_core_access
friend class boost::iterator_core_access |
|
friend |
The documentation for this class was generated from the following files: