#include <Hal.h>
Public Member Functions | |
| ~Hal () | |
| Dtor. | |
| bool | query (const std::string &cap_r) const |
| bool | query (const std::string &cap_r, Rel op_r, const std::string &val_r) const |
Static Public Member Functions | |
| static Hal & | instance () |
| Singleton access. | |
Private Member Functions | |
| Hal () | |
| Singleton ctor. | |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
| Pointer to implementation. | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const Hal &obj) |
| Stream output. | |
Classes | |
| struct | Impl |
| Hal implementation. More... | |
Singleton.
Definition at line 38 of file Hal.h.
| Hal & zypp::target::hal::Hal::instance | ( | ) | [static] |
Singleton access.
Definition at line 265 of file Hal.cc.
Referenced by zypp::capability::HalCap::evaluate().
| bool zypp::target::hal::Hal::query | ( | const std::string & | cap_r | ) | const |
| bool zypp::target::hal::Hal::query | ( | const std::string & | cap_r, | |
| Rel | op_r, | |||
| const std::string & | val_r | |||
| ) | const |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const Hal & | obj | |||
| ) | [friend] |
RW_pointer<Impl> zypp::target::hal::Hal::_pimpl [private] |
Pointer to implementation.
Definition at line 68 of file Hal.h.
Referenced by zypp::target::hal::operator<<(), and query().
1.5.3