libxml++
5.4.0
|
An OutputBuffer implementation that send datas to a std::ostream. More...
#include <libxml++/io/ostreamoutputbuffer.h>
Public Member Functions | |
OStreamOutputBuffer (std::ostream & output, const ustring & encoding=ustring()) | |
~OStreamOutputBuffer () override | |
Public Member Functions inherited from xmlpp::OutputBuffer | |
OutputBuffer (const ustring & encoding=ustring()) | |
~OutputBuffer () override | |
const _xmlOutputBuffer * | cobj () const noexcept |
gives an access to the underlying libxml structure to the children More... | |
_xmlOutputBuffer * | cobj () noexcept |
gives an access to the underlying libxml structure to the children More... | |
Public Member Functions inherited from xmlpp::NonCopyable | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable (NonCopyable &&)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |
NonCopyable & | operator= (NonCopyable &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from xmlpp::NonCopyable | |
NonCopyable () noexcept | |
virtual | ~NonCopyable () |
An OutputBuffer implementation that send datas to a std::ostream.
xmlpp::OStreamOutputBuffer::OStreamOutputBuffer | ( | std::ostream & | output, |
const ustring & | encoding = ustring() |
||
) |
output | The ostream datas will be send to |
encoding | Charset in which data will be encoded before being sent to the stream |
|
override |