#include <pugixml.hpp>
Definition at line 233 of file pugixml.hpp.
Public Member Functions | |
virtual | ~xml_writer () |
virtual void | write (const void *data, size_t size)=0 |
|
inlinevirtual |
Definition at line 236 of file pugixml.hpp.
|
pure virtual |
Implemented in xml_writer_stream, and xml_writer_file.