|
libzypp
9.1.2
|
librpmDb internal database handle More...
Public Member Functions | |
| D (const Pathname &root_r, const Pathname &dbPath_r, bool readonly_r) | |
| ~D () | |
Public Attributes | |
| const Pathname | _root |
| const Pathname | _dbPath |
| rpmts | _ts |
| shared_ptr< RpmException > | _error |
Private Member Functions | |
| D & | operator= (const D &) |
| D (const D &) | |
Friends | |
| ostream & | operator<< (ostream &str, const D &obj) |
librpmDb internal database handle
Definition at line 35 of file librpmDb.cc.
| zypp::target::rpm::librpmDb::D::D | ( | const D & | ) | [private] |
| zypp::target::rpm::librpmDb::D::D | ( | const Pathname & | root_r, |
| const Pathname & | dbPath_r, | ||
| bool | readonly_r | ||
| ) | [inline] |
Definition at line 52 of file librpmDb.cc.
References DBG, ERR, and ZYPP_THROW.
| zypp::target::rpm::librpmDb::D::~D | ( | ) | [inline] |
Definition at line 95 of file librpmDb.cc.
| ostream& operator<< | ( | ostream & | str, |
| const D & | obj | ||
| ) | [friend] |
Definition at line 46 of file librpmDb.cc.
| const Pathname zypp::target::rpm::librpmDb::D::_root |
Definition at line 41 of file librpmDb.cc.
Referenced by zypp::target::rpm::librpmDb::root().
| const Pathname zypp::target::rpm::librpmDb::D::_dbPath |
Definition at line 42 of file librpmDb.cc.
Referenced by zypp::target::rpm::librpmDb::dbPath().
Definition at line 43 of file librpmDb.cc.
Referenced by zypp::target::rpm::librpmDb::dont_call_it().
| shared_ptr<RpmException> zypp::target::rpm::librpmDb::D::_error |
Definition at line 44 of file librpmDb.cc.
Referenced by zypp::target::rpm::librpmDb::error().
1.7.6.1