MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / write

Method write

Source/ThirdParty/pugixml/pugixml.cpp:4398–4402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4396 }
4397
4398 PUGI__FN void xml_writer_file::write(const void* data, size_t size)
4399 {
4400 size_t result = fwrite(data, 1, size, static_cast<FILE*>(file));
4401 (void)!result; // unfortunately we can't do proper error handling here
4402 }
4403
4404#ifndef PUGIXML_NO_STL
4405 PUGI__FN xml_writer_stream::xml_writer_stream(std::basic_ostream<char, std::char_traits<char> >& stream): narrow_stream(&stream), wide_stream(0)

Callers 15

operator <<Function · 0.45
flushMethod · 0.45
write_directMethod · 0.45
text_output_escapedFunction · 0.45
text_output_cdataFunction · 0.45
text_output_indentFunction · 0.45
node_output_commentFunction · 0.45
node_output_pi_valueFunction · 0.45
node_output_attributesFunction · 0.45
node_output_startFunction · 0.45
node_output_endFunction · 0.45
node_output_simpleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected