libzypp 17.37.17
zypp::syscontent::Writer::Impl Class Reference

Public Member Functions

std::ostream & writeXml (std::ostream &str) const

Static Public Member Functions

static shared_ptr< Implnullimpl ()
 Offer default Impl.

Public Attributes

std::string _name
Edition _edition
std::string _description
StorageT _onsys

Private Member Functions

Implclone () const
 clone for RWCOW_pointer

Friends

ImplrwcowClone (const Impl *rhs)

Detailed Description

See also
Writer

Definition at line 61 of file SysContent.cc.

Member Function Documentation

◆ writeXml()

std::ostream & zypp::syscontent::Writer::Impl::writeXml ( std::ostream & str) const

Definition at line 93 of file SysContent.cc.

◆ nullimpl()

shared_ptr< Impl > zypp::syscontent::Writer::Impl::nullimpl ( )
inlinestatic

Offer default Impl.

Definition at line 74 of file SysContent.cc.

◆ clone()

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

clone for RWCOW_pointer

Definition at line 83 of file SysContent.cc.

◆ rwcowClone

Impl * rwcowClone ( const Impl * rhs)
friend

Member Data Documentation

◆ _name

std::string zypp::syscontent::Writer::Impl::_name

Definition at line 67 of file SysContent.cc.

◆ _edition

Edition zypp::syscontent::Writer::Impl::_edition

Definition at line 68 of file SysContent.cc.

◆ _description

std::string zypp::syscontent::Writer::Impl::_description

Definition at line 69 of file SysContent.cc.

◆ _onsys

StorageT zypp::syscontent::Writer::Impl::_onsys

Definition at line 70 of file SysContent.cc.


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