MCPcopy Create free account
hub / github.com/MyGUI/mygui / write

Method write

Tools/EditorFramework/pugixml.cpp:4116–4120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4114 }
4115
4116 PUGI__FN void xml_writer_file::write(const void* data, size_t size)
4117 {
4118 size_t result = fwrite(data, 1, size, static_cast<FILE*>(file));
4119 (void)!result; // unfortunately we can't do proper error handling here
4120 }
4121
4122#ifndef PUGIXML_NO_STL
4123 PUGI__FN xml_writer_stream::xml_writer_stream(std::basic_ostream<char, std::char_traits<char>>& stream) :

Callers 8

flushMethod · 0.45
writeMethod · 0.45
text_output_escapedFunction · 0.45
text_outputFunction · 0.45
text_output_cdataFunction · 0.45
node_output_attributesFunction · 0.45
node_outputFunction · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected