|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| xml_writer_stream (std::basic_ostream< char, std::char_traits< char > > &stream) | |
| xml_writer_stream (std::basic_ostream< wchar_t, std::char_traits< wchar_t > > &stream) | |
| virtual void | write (const void *data, size_t size) PUGIXML_OVERRIDE |
| Public Member Functions inherited from pugi::xml_writer | |
| virtual | ~xml_writer () |
Definition at line 348 of file pugixml.hpp.
| PUGI__FN pugi::xml_writer_stream::xml_writer_stream | ( | std::basic_ostream< char, std::char_traits< char > > & | stream | ) |
Definition at line 5106 of file pugixml.cc.
| PUGI__FN pugi::xml_writer_stream::xml_writer_stream | ( | std::basic_ostream< wchar_t, std::char_traits< wchar_t > > & | stream | ) |
Definition at line 5110 of file pugixml.cc.
|
virtual |
Implements pugi::xml_writer.
Definition at line 5114 of file pugixml.cc.