libzypp  15.28.6
zypp::base::LogControl::TmpLineWriter Struct Reference

Exchange LineWriter for the lifetime of this object. More...

#include <LogControl.h>

Public Member Functions

 TmpLineWriter (const shared_ptr< LineWriter > &writer_r=shared_ptr< LineWriter >())
 
template<class TLineWriter >
 TmpLineWriter (TLineWriter *_allocated_r)
 Convenience ctor taking over ownership of an allocated LineWriter. More...
 
 ~TmpLineWriter ()
 

Private Attributes

shared_ptr< LineWriter_writer
 

Detailed Description

Exchange LineWriter for the lifetime of this object.

See Also
log::LineWriter

Definition at line 169 of file LogControl.h.

Constructor & Destructor Documentation

zypp::base::LogControl::TmpLineWriter::TmpLineWriter ( const shared_ptr< LineWriter > &  writer_r = shared_ptr<LineWriter>())
inline

Definition at line 171 of file LogControl.h.

template<class TLineWriter >
zypp::base::LogControl::TmpLineWriter::TmpLineWriter ( TLineWriter *  _allocated_r)
inline

Convenience ctor taking over ownership of an allocated LineWriter.

TmpLineWriter mylw( new log::StderrLineWriter );

Definition at line 181 of file LogControl.h.

zypp::base::LogControl::TmpLineWriter::~TmpLineWriter ( )
inline

Definition at line 185 of file LogControl.h.

Member Data Documentation

shared_ptr<LineWriter> zypp::base::LogControl::TmpLineWriter::_writer
private

Definition at line 189 of file LogControl.h.


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