libzypp  11.13.5
zypp::syscontent::Reader::Impl Class Reference

List of all members.

Public Member Functions

 Impl ()
 Impl (std::istream &input_r)

Static Public Member Functions

static shared_ptr< Implnullimpl ()
 Offer default Impl.

Public Attributes

std::string _name
Edition _edition
std::string _description
Date _created
std::list< Entry_content

Private Member Functions

Implclone () const
 clone for RWCOW_pointer

Friends

ImplrwcowClone (const Impl *rhs)

Detailed Description

See also:
Reader

Definition at line 236 of file SysContent.cc.


Constructor & Destructor Documentation

zypp::syscontent::Reader::Impl::Impl ( )
inline

Definition at line 239 of file SysContent.cc.

zypp::syscontent::Reader::Impl::Impl ( std::istream &  input_r)

Definition at line 377 of file SysContent.cc.


Member Function Documentation

static shared_ptr<Impl> zypp::syscontent::Reader::Impl::nullimpl ( )
inlinestatic

Offer default Impl.

Definition at line 254 of file SysContent.cc.

Impl* zypp::syscontent::Reader::Impl::clone ( ) const
inlineprivate

clone for RWCOW_pointer

Definition at line 263 of file SysContent.cc.


Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs)
friend

Member Data Documentation

std::string zypp::syscontent::Reader::Impl::_name

Definition at line 245 of file SysContent.cc.

Edition zypp::syscontent::Reader::Impl::_edition

Definition at line 246 of file SysContent.cc.

std::string zypp::syscontent::Reader::Impl::_description

Definition at line 247 of file SysContent.cc.

Date zypp::syscontent::Reader::Impl::_created

Definition at line 248 of file SysContent.cc.

std::list<Entry> zypp::syscontent::Reader::Impl::_content

Definition at line 250 of file SysContent.cc.


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