libxml++ 2.34.2
Public Member Functions

xmlpp::OStreamOutputBuffer Class Reference

An OutputBuffer implementation that send datas to a std::ostream. More...

#include <libxml++/io/ostreamoutputbuffer.h>

Inheritance diagram for xmlpp::OStreamOutputBuffer:
Inheritance graph
[legend]
Collaboration diagram for xmlpp::OStreamOutputBuffer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OStreamOutputBuffer (std::ostream& output, const Glib::ustring& encoding=Glib::ustring())
virtual ~OStreamOutputBuffer ()

Detailed Description

An OutputBuffer implementation that send datas to a std::ostream.


Constructor & Destructor Documentation

xmlpp::OStreamOutputBuffer::OStreamOutputBuffer ( std::ostream &  output,
const Glib::ustring encoding = Glib::ustring() 
)
Parameters:
outputThe ostream datas will be send to
encodingCharset in which data will be encoded before being sent to the stream
virtual xmlpp::OStreamOutputBuffer::~OStreamOutputBuffer ( ) [virtual]

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