libzypp 9.41.1
|
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. | |
Public Attributes | |
ModaliasList | _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 96 of file Modalias.cc.
zypp::target::Modalias::Impl::Impl | ( | ) | [inline] |
zypp::target::Modalias::Impl::~Impl | ( | ) | [inline] |
Dtor.
Definition at line 110 of file Modalias.cc.
bool zypp::target::Modalias::Impl::query | ( | const char * | cap_r | ) | const [inline] |
Definition at line 127 of file Modalias.cc.
References _modaliases, and for_.
static shared_ptr<Impl> zypp::target::Modalias::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 145 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 158 of file Modalias.cc.
References _modaliases, and zypp::dumpRange().
Definition at line 141 of file Modalias.cc.
Referenced by Impl(), operator<<(), and query().