|
libzypp
9.1.2
|
Modalias implementation. More...
Public Member Functions | |
| Impl () | |
| Ctor. | |
| ~Impl () | |
| Dtor. | |
| bool | query (const char *cap_r) const |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Static Public Attributes | |
| struct modalias_list * | _modaliases |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Modalias::Impl &obj) |
Modalias implementation.
Definition at line 151 of file Modalias.cc.
| zypp::target::Modalias::Impl::Impl | ( | ) | [inline] |
| zypp::target::Modalias::Impl::~Impl | ( | ) | [inline] |
Dtor.
Definition at line 173 of file Modalias.cc.
References _modaliases, zypp::target::modalias_list::modalias, and zypp::target::modalias_list::next.
| bool zypp::target::Modalias::Impl::query | ( | const char * | cap_r | ) | const [inline] |
Definition at line 197 of file Modalias.cc.
References _modaliases, zypp::target::modalias_list::modalias, and zypp::target::modalias_list::next.
Referenced by zypp::target::Modalias::query().
| static shared_ptr<Impl> zypp::target::Modalias::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 212 of file Modalias.cc.
| std::ostream & operator<< | ( | std::ostream & | str, |
| const Modalias::Impl & | obj | ||
| ) | [related] |
Stream output And maybe std::ostream & operator<< Modalias::Impl below too. return libhal version or something like that.
Definition at line 226 of file Modalias.cc.
struct modalias_list* zypp::target::Modalias::Impl::_modaliases [static] |
Definition at line 153 of file Modalias.cc.
1.7.6.1