#include <pugixml.hpp>


Public Member Functions | |
| xml_writer_stream (std::basic_ostream< char > &stream) | |
| xml_writer_stream (std::basic_ostream< wchar_t > &stream) | |
| virtual void | write (const void *data, size_t size) PUGIXML_OVERRIDE |
Public Member Functions inherited from pugi::xml_writer | |
| virtual | ~xml_writer () |
| PUGI_IMPL_FN pugi::xml_writer_stream::xml_writer_stream | ( | std::basic_ostream< char > & | stream | ) |
| PUGI_IMPL_FN pugi::xml_writer_stream::xml_writer_stream | ( | std::basic_ostream< wchar_t > & | stream | ) |
|
virtual |
Implements pugi::xml_writer.