Public Member Functions | |
| D (const Pathname &root_r, const Pathname &dbPath_r, bool readonly_r) | |
| ~D () | |
Public Attributes | |
| const Pathname | _root |
| const Pathname | _dbPath |
| rpmdb | _db |
| shared_ptr < RpmException > | _error |
Private Member Functions | |
| D & | operator= (const D &) |
| D (const D &) | |
Friends | |
| ostream & | operator<< (ostream &str, const D &obj) |
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 _db, _dbPath, _error, _root, DBG, ERR, zypp::target::rpm::librpmDb::root(), and ZYPP_THROW.
| zypp::target::rpm::librpmDb::D::~D | ( | ) | [inline] |
| 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 D(), and zypp::target::rpm::librpmDb::root().
| const Pathname zypp::target::rpm::librpmDb::D::_dbPath |
Definition at line 42 of file librpmDb.cc.
Referenced by D(), and zypp::target::rpm::librpmDb::dbPath().
Definition at line 43 of file librpmDb.cc.
Referenced by D(), zypp::target::rpm::librpmDb::dont_call_it(), zypp::target::rpm::librpmDb::size(), and ~D().
| shared_ptr<RpmException> zypp::target::rpm::librpmDb::D::_error |
Definition at line 44 of file librpmDb.cc.
Referenced by D(), and zypp::target::rpm::librpmDb::error().
1.5.3