libzypp
13.10.6
|
Query class for Patch issue references like bugzilla and security issues the patch is supposed to fix. More...
#include <Patch.h>
Public Member Functions | |
ReferenceIterator () | |
ReferenceIterator (const sat::Solvable &val_r) | |
std::string | id () const |
The id of the reference. More... | |
std::string | href () const |
Url or pointer where to find more information. More... | |
std::string | title () const |
Title describing the issue. More... | |
std::string | type () const |
Type of the reference. More... | |
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 |