libzypp  13.10.6
zypp::target::rpm::librpmDb::D Class Reference

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

Doperator= (const D &)
 
 D (const D &)
 

Friends

ostream & operator<< (ostream &str, const D &obj)
 

Detailed Description

librpmDb internal database handle

Definition at line 36 of file librpmDb.cc.

Constructor & Destructor Documentation

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 53 of file librpmDb.cc.

zypp::target::rpm::librpmDb::D::~D ( )
inline

Definition at line 100 of file librpmDb.cc.

Member Function Documentation

D& zypp::target::rpm::librpmDb::D::operator= ( const D )
private

Friends And Related Function Documentation

ostream& operator<< ( ostream &  str,
const D obj 
)
friend

Definition at line 47 of file librpmDb.cc.

Member Data Documentation

const Pathname zypp::target::rpm::librpmDb::D::_root

Definition at line 42 of file librpmDb.cc.

const Pathname zypp::target::rpm::librpmDb::D::_dbPath

Definition at line 43 of file librpmDb.cc.

rpmts zypp::target::rpm::librpmDb::D::_ts

Definition at line 44 of file librpmDb.cc.

shared_ptr<RpmException> zypp::target::rpm::librpmDb::D::_error

Definition at line 45 of file librpmDb.cc.


The documentation for this class was generated from the following file: