An OutputBuffer implementation that send datas to a std::ostream.
More...
#include <libxml++/io/ostreamoutputbuffer.h>
|
LIBXMLPP_API | OStreamOutputBuffer (std::ostream & output, const Glib::ustring & encoding=Glib::ustring()) |
|
LIBXMLPP_API | ~OStreamOutputBuffer () override |
|
LIBXMLPP_API | OutputBuffer (const Glib::ustring & encoding=Glib::ustring()) |
|
LIBXMLPP_API | ~OutputBuffer () override |
|
LIBXMLPP_API _xmlOutputBuffer * | cobj () |
| gives an access to the underlying libxml structure to the children More...
|
|
LIBXMLPP_API const _xmlOutputBuffer * | cobj () const |
| gives an access to the underlying libxml structure to the children More...
|
|
An OutputBuffer implementation that send datas to a std::ostream.
◆ OStreamOutputBuffer()
LIBXMLPP_API xmlpp::OStreamOutputBuffer::OStreamOutputBuffer |
( |
std::ostream & |
output, |
|
|
const Glib::ustring & |
encoding = Glib::ustring() |
|
) |
| |
- Parameters
-
output | The ostream datas will be send to |
encoding | Charset in which data will be encoded before being sent to the stream |
◆ ~OStreamOutputBuffer()
LIBXMLPP_API xmlpp::OStreamOutputBuffer::~OStreamOutputBuffer |
( |
| ) |
|
|
override |