libzypp  13.10.6
zypp::solver::detail::HelixResolvable Class Reference

Creates a file in helix format which includes all available or installed packages,patches,selections.... More...

Inheritance diagram for zypp::solver::detail::HelixResolvable:
zypp::base::ReferenceCounted

Public Member Functions

 HelixResolvable (const std::string &path)
 
 ~HelixResolvable ()
 
void addResolvable (const PoolItem item)
 
std::string filename ()
 
- Public Member Functions inherited from zypp::base::ReferenceCounted
 ReferenceCounted ()
 Default ctor. More...
 
 ReferenceCounted (const ReferenceCounted &rhs)
 Copy ctor. More...
 
virtual ~ReferenceCounted ()
 Dtor. More...
 
ReferenceCountedoperator= (const ReferenceCounted &)
 Assignment. More...
 
unsigned refCount () const
 Return reference counter value. More...
 
void ref () const
 Add a reference. More...
 
void unref () const
 Release a reference. More...
 

Private Attributes

std::string dumpFile
 
ofgzstreamfile
 

Additional Inherited Members

- Static Public Member Functions inherited from zypp::base::ReferenceCounted
static void add_ref (const ReferenceCounted *ptr_r)
 Called by zypp::intrusive_ptr to add a reference. More...
 
static void release (const ReferenceCounted *ptr_r)
 Called by zypp::intrusive_ptr to add a reference. More...
 
- Protected Member Functions inherited from zypp::base::ReferenceCounted
virtual std::ostream & dumpOn (std::ostream &str) const
 Overload to realize std::ostream & operator<<. More...
 
virtual void ref_to (unsigned) const
 Trigger derived classes after refCount was increased. More...
 
virtual void unref_to (unsigned) const
 Trigger derived classes after refCount was decreased. More...
 

Detailed Description

Creates a file in helix format which includes all available or installed packages,patches,selections....

Definition at line 222 of file Testcase.cc.

Constructor & Destructor Documentation

zypp::solver::detail::HelixResolvable::HelixResolvable ( const std::string &  path)

Definition at line 244 of file Testcase.cc.

zypp::solver::detail::HelixResolvable::~HelixResolvable ( )

Definition at line 255 of file Testcase.cc.

Member Function Documentation

void zypp::solver::detail::HelixResolvable::addResolvable ( const PoolItem  item)
inline

Definition at line 232 of file Testcase.cc.

std::string zypp::solver::detail::HelixResolvable::filename ( )
inline

Definition at line 235 of file Testcase.cc.

Member Data Documentation

std::string zypp::solver::detail::HelixResolvable::dumpFile
private

Definition at line 225 of file Testcase.cc.

ofgzstream* zypp::solver::detail::HelixResolvable::file
private

Definition at line 226 of file Testcase.cc.


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