zypp::log::StreamLineWriter Struct Reference

Base class for ostream based LineWriter. More...

#include <LogControl.h>

Inheritance diagram for zypp::log::StreamLineWriter:
[legend]

List of all members.

Public Member Functions

 StreamLineWriter (std::ostream &str_r)
virtual void writeOut (const std::string &formated_r)

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 (  )  [inline, protected]

Definition at line 51 of file LogControl.h.


Member Function Documentation

virtual void zypp::log::StreamLineWriter::writeOut ( const std::string &  formated_r  )  [inline, virtual]

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.

Referenced by zypp::log::FileLineWriter::FileLineWriter().


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

doxygen