libzypp  13.10.6
zypp::log::StreamLineWriter Struct Reference

Base class for ostream based LineWriter. More...

#include <LogControl.h>

Inheritance diagram for zypp::log::StreamLineWriter:
zypp::log::LineWriter zypp::log::FileLineWriter zypp::log::StderrLineWriter zypp::log::StdoutLineWriter

Public Member Functions

 StreamLineWriter (std::ostream &str_r)
 
virtual void writeOut (const std::string &formated_r)
 
- Public Member Functions inherited from zypp::log::LineWriter
virtual ~LineWriter ()
 

Protected Member Functions

 StreamLineWriter ()
 

Protected Attributes

std::ostream * _str
 

Detailed Description

Base class for ostream based LineWriter.

Definition at line 43 of file LogControl.h.

Constructor & Destructor Documentation

zypp::log::StreamLineWriter::StreamLineWriter ( std::ostream &  str_r)
inline

Definition at line 45 of file LogControl.h.

zypp::log::StreamLineWriter::StreamLineWriter ( )
inlineprotected

Definition at line 51 of file LogControl.h.

Member Function Documentation

virtual void zypp::log::StreamLineWriter::writeOut ( const std::string &  formated_r)
inlinevirtual

Reimplemented from zypp::log::LineWriter.

Definition at line 47 of file LogControl.h.

Member Data Documentation

std::ostream* zypp::log::StreamLineWriter::_str
protected

Definition at line 52 of file LogControl.h.


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