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