libzypp 8.13.6
Classes | Public Member Functions | Private Attributes | Related Functions

zypp::parser::ProductFileData::Upgrade Struct Reference

#include <ProductFileReader.h>

List of all members.

Classes

struct  Impl

Public Member Functions

 Upgrade (Impl *allocated_r=0)
 Ctor takes ownership of allocated_r.
std::string name () const
std::string summary () const
std::string repository () const
std::string product () const
bool notify () const
std::string status () const

Private Attributes

RWCOW_pointer< Impl_pimpl

Related Functions

(Note that these are not member functions.)
std::ostream & operator<< (std::ostream &str, const ProductFileData::Upgrade &obj)

Detailed Description

See also:
http://en.opensuse.org/Product_Management/Code11/Upgrade

Definition at line 71 of file ProductFileReader.h.


Constructor & Destructor Documentation

zypp::parser::ProductFileData::Upgrade::Upgrade ( Impl allocated_r = 0)

Ctor takes ownership of allocated_r.

Definition at line 49 of file ProductFileReader.cc.


Member Function Documentation

std::string zypp::parser::ProductFileData::Upgrade::name ( ) const

Definition at line 53 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::_pimpl.

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

std::string zypp::parser::ProductFileData::Upgrade::summary ( ) const

Definition at line 54 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::_pimpl.

std::string zypp::parser::ProductFileData::Upgrade::repository ( ) const

Definition at line 55 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::_pimpl.

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

std::string zypp::parser::ProductFileData::Upgrade::product ( ) const

Definition at line 56 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::_pimpl.

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

bool zypp::parser::ProductFileData::Upgrade::notify ( ) const

Definition at line 57 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::_pimpl.

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

std::string zypp::parser::ProductFileData::Upgrade::status ( ) const

Definition at line 58 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::_pimpl.

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


Friends And Related Function Documentation

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

Stream output

Definition at line 120 of file ProductFileReader.cc.


Member Data Documentation

Definition at line 87 of file ProductFileReader.h.


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