Public Member Functions | |
| void | report_error (const std::string &reason, DBusError &error) const |
| report HAL error and reset the error condition | |
| Impl () | |
| Ctor. | |
| ~Impl () | |
| Dtor. | |
| bool | query (const std::string &cap_r) const |
| query for HAL capability present | |
| bool | query (const std::string &cap_r, Rel op_r, const std::string &val_r) const |
| query for HAL capability having a specific value | |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Public Attributes | |
| DBusConnection * | _connection |
| pointer to dbus connection | |
| LibHalContext * | _context |
| pointer to complete hal context | |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Hal::Impl &obj) |
| Stream output And maybe std::ostream & operator<< Hal::Impl below too. | |
Definition at line 49 of file Hal.cc.
| zypp::target::hal::Hal::Impl::Impl | ( | ) | [inline] |
Ctor.
Definition at line 73 of file Hal.cc.
References _connection, _context, error, and report_error().
| zypp::target::hal::Hal::Impl::~Impl | ( | ) | [inline] |
| void zypp::target::hal::Hal::Impl::report_error | ( | const std::string & | reason, | |
| DBusError & | error | |||
| ) | const [inline] |
| bool zypp::target::hal::Hal::Impl::query | ( | const std::string & | cap_r | ) | const [inline] |
| bool zypp::target::hal::Hal::Impl::query | ( | const std::string & | cap_r, | |
| Rel | op_r, | |||
| const std::string & | val_r | |||
| ) | const [inline] |
query for HAL capability having a specific value
Definition at line 128 of file Hal.cc.
References _context, zypp::Rel::ANY_e, zypp::Rel::EQ_e, error, zypp::Rel::GE_e, zypp::Rel::GT_e, INT, zypp::Rel::LE_e, zypp::Rel::LT_e, zypp::Rel::NE_e, zypp::Rel::NONE_e, and report_error().
| static shared_ptr<Impl> zypp::target::hal::Hal::Impl::nullimpl | ( | ) | [inline, static] |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const Hal::Impl & | obj | |||
| ) | [related] |
| DBusConnection* zypp::target::hal::Hal::Impl::_connection |
| LibHalContext* zypp::target::hal::Hal::Impl::_context |
1.5.3