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