#include <pugixml.hpp>

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