#include <ogdf/lib/pugixml/pugixml.h>
|
std::basic_ostream< char, std::char_traits< char > > * | narrow_stream |
|
std::basic_ostream< wchar_t, std::char_traits< wchar_t > > * | wide_stream |
|
Definition at line 283 of file pugixml.h.
◆ xml_writer_stream() [1/2]
pugi::xml_writer_stream::xml_writer_stream |
( |
std::basic_ostream< char, std::char_traits< char > > & |
stream | ) |
|
◆ xml_writer_stream() [2/2]
pugi::xml_writer_stream::xml_writer_stream |
( |
std::basic_ostream< wchar_t, std::char_traits< wchar_t > > & |
stream | ) |
|
◆ write()
virtual void pugi::xml_writer_stream::write |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
virtual |
◆ narrow_stream
std::basic_ostream<char, std::char_traits<char> >* pugi::xml_writer_stream::narrow_stream |
|
private |
◆ wide_stream
std::basic_ostream<wchar_t, std::char_traits<wchar_t> >* pugi::xml_writer_stream::wide_stream |
|
private |
The documentation for this class was generated from the following file: