#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) |
Classes | |
struct | Impl |
Hal implementation. More... |
Singleton.
Definition at line 38 of file Hal.h.
|
Dtor.
|
|
Singleton ctor.
|
|
Singleton access.
Definition at line 263 of file Hal.cc. Referenced by zypp::capability::HalCap::evaluate(). |
|
Definition at line 273 of file Hal.cc. References _pimpl. |
|
Definition at line 276 of file Hal.cc. References _pimpl. |
|
Stream output |
|
Pointer to implementation.
Definition at line 68 of file Hal.h. Referenced by zypp::target::hal::operator<<(), and query(). |