#include <_static/pugixml.hpp>
Public Member Functions | |
xml_writer_file (void *file) | |
virtual void | write (const void *data, size_t size) PUGIXML_OVERRIDE |
![]() | |
virtual | ~xml_writer () |
virtual void | write (const void *data, size_t size)=0 |
Private Attributes | |
void * | file |
Definition at line 318 of file pugixml.hpp.
PUGI__FN pugi::xml_writer_file::xml_writer_file | ( | void * | file | ) |
Definition at line 5049 of file pugixml.cpp.
Implements pugi::xml_writer.
Definition at line 5053 of file pugixml.cpp.
|
private |
Definition at line 327 of file pugixml.hpp.
Referenced by write().