libzypp  9.1.2
Classes | Public Types | Public Member Functions | Private Attributes | Related Functions
zypp::parser::ProductFileData Class Reference

Data returned by ProductFileReader. More...

#include <ProductFileReader.h>

List of all members.

Classes

struct  Impl
struct  Upgrade

Public Types

typedef std::vector< UpgradeUpgrades

Public Member Functions

 ProductFileData (Impl *allocated_r=0)
 Ctor takes ownership of allocated_r.
bool empty () const
 Whether this is an empty object without valid data.
IdString vendor () const
IdString name () const
Edition edition () const
Arch arch () const
std::string shortName () const
std::string summary () const
std::string productline () const
std::string registerTarget () const
std::string registerRelease () const
std::string updaterepokey () const
const Upgradesupgrades () const

Private Attributes

RWCOW_pointer< Impl_pimpl

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const ProductFileData &obj)

Detailed Description

Data returned by ProductFileReader.

See also:
ProductFileReader

Definition at line 40 of file ProductFileReader.h.


Member Typedef Documentation

Definition at line 91 of file ProductFileReader.h.


Constructor & Destructor Documentation

Ctor takes ownership of allocated_r.

Definition at line 85 of file ProductFileReader.cc.


Member Function Documentation

bool zypp::parser::ProductFileData::empty ( ) const [inline]

Whether this is an empty object without valid data.

Definition at line 48 of file ProductFileReader.h.

References zypp::IdString::empty(), and name().

Definition at line 89 of file ProductFileReader.cc.

References _pimpl, and zypp::parser::ProductFileData::Impl::_vendor.

Referenced by zypp::parser::operator<<().

Definition at line 90 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::Impl::_name, and _pimpl.

Referenced by empty(), and zypp::parser::operator<<().

Definition at line 91 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::Impl::_edition, and _pimpl.

Referenced by zypp::parser::operator<<().

Definition at line 92 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::Impl::_arch, and _pimpl.

Referenced by zypp::parser::operator<<().


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  str,
const ProductFileData obj 
) [related]

Stream output

Definition at line 105 of file ProductFileReader.cc.


Member Data Documentation


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